Html Css Color HEX #EFDC70 Sweet Corn

📋 copy color: '#EFDC70'

red 239 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #EFDC70

Tints of Sweet Corn #EFDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.61%

R = 41.86%
G = 38.53%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFDC70 (or 0xEFDC70) is known color: Sweet Corn. HEX triplet: EF, DC and 70. RGB value is (239,220,112). Sum of RGB (Red+Green+Blue) = 239+220+112=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC70 is #10238F. Grayscale: #D5D5D5. Windows color (decimal): -1057680 or 7396591. OLE color: 7396591.

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

Color convert

RGB 239 220 112 -
CMYK 0 0.08 0.53 0.06
HSL 51.02º 0.8% 0.69% -
HSV(B) 51.02º 0.53% 0.94% -
XYZ 64.11 70.71 25.6 -
YUV 213.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 239 220 112 0 0.08 0.53 0.06 51.02 0.8 0.69
Hex EF DC 70 0 8 35 6 33 50 45
Octal 357 334 160 0 10 65 6 63 120 105
Binary 11101111 11011100 1110000 0 1000 110101 110 110011 1010000 1000101

Color Harmonies of #EFDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC70

Black with #EFDC70

Text Example


Text Example

White with #EFDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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