Html Css Color HEX #EFDC6E Sweet Corn

📋 copy color: '#EFDC6E'

red 239 ◦ green 220 ◦ blue 110

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

Shades of Sweet Corn #EFDC6E

Tints of Sweet Corn #EFDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.33%

R = 42%
G = 38.66%
B = 19.33%

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

#EFDC6E (or 0xEFDC6E) is known color: Sweet Corn. HEX triplet: EF, DC and 6E. RGB value is (239,220,110). Sum of RGB (Red+Green+Blue) = 239+220+110=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC6E is #102391. Grayscale: #D5D5D5. Windows color (decimal): -1057682 or 7265519. OLE color: 7265519.

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

Color convert

RGB 239 220 110 -
CMYK 0 0.08 0.54 0.06
HSL 51.16º 0.8% 0.68% -
HSV(B) 51.16º 0.54% 0.94% -
XYZ 64 70.66 25.02 -
YUV 213.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 239 220 110 0 0.08 0.54 0.06 51.16 0.8 0.68
Hex EF DC 6E 0 8 36 6 33 50 44
Octal 357 334 156 0 10 66 6 63 120 104
Binary 11101111 11011100 1101110 0 1000 110110 110 110011 1010000 1000100

Color Harmonies of #EFDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC6E

Black with #EFDC6E

Text Example


Text Example

White with #EFDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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