Html Css Color HEX #EFDC6F Sweet Corn

📋 copy color: '#EFDC6F'

red 239 ◦ green 220 ◦ blue 111

#EFDC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #EFDC6F

Tints of Sweet Corn #EFDC6F

RGB

 RED value IS 239 (93.75% from 255) = 41.93%

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 111 (43.75% from 255) = 19.47%

R = 41.93%
G = 38.6%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDC6F (or 0xEFDC6F) is known color: Sweet Corn. HEX triplet: EF, DC and 6F. RGB value is (239,220,111). Sum of RGB (Red+Green+Blue) = 239+220+111=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC6F is #102390. Grayscale: #D5D5D5. Windows color (decimal): -1057681 or 7331055. OLE color: 7331055.

HSL color Cylindrical-coordinate representation of color #EFDC6F: hue angle of 51.09º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFDC6F is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 111 -
CMYK 0 0.08 0.54 0.06
HSL 51.09º 0.8% 0.69% -
HSV(B) 51.09º 0.54% 0.94% -
XYZ 64.06 70.68 25.31 -
YUV 213.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 239 220 111 0 0.08 0.54 0.06 51.09 0.8 0.69
Hex EF DC 6F 0 8 36 6 33 50 45
Octal 357 334 157 0 10 66 6 63 120 105
Binary 11101111 11011100 1101111 0 1000 110110 110 110011 1010000 1000101

Color Harmonies of #EFDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC6F

Black with #EFDC6F

Text Example


Text Example

White with #EFDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC6F; }

 p { color: rgb(239,220,111); }

 H1.HeaderClassName
 {
   color: #EFDC6F;
 }
 .AnyTagClassName
 {
   color: #EFDC6F;
 }
</style>

background-color css

<style>
 a { background-color: #EFDC6F; }

 a { background-color: rgb(239,220,111); }

 div.DivClassName
 {
   background-color: #EFDC6F;
 }
 .BgClassName
 {
   background-color: #EFDC6F;
 }
</style>

border-color css

<style>
 span { border-color: #EFDC6F; }

 span { border-color: rgb(239,220,111); }

 td.TdClassName
 {
   border-color: #EFDC6F;
 }
 .TagClassName
 {
   border-color: #EFDC6F;
 }
</style>