Html Css Color HEX #EFDB70 Sweet Corn

📋 copy color: '#EFDB70'

red 239 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #EFDB70

Tints of Sweet Corn #EFDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 41.93%
G = 38.42%
B = 19.65%

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

#EFDB70 (or 0xEFDB70) is known color: Sweet Corn. HEX triplet: EF, DB and 70. RGB value is (239,219,112). Sum of RGB (Red+Green+Blue) = 239+219+112=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB70 is #10248F. Grayscale: #D5D5D5. Windows color (decimal): -1057936 or 7396335. OLE color: 7396335.

HSL color Cylindrical-coordinate representation of color #EFDB70: hue angle of 50.55º 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 #EFDB70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 112 -
CMYK 0 0.08 0.53 0.06
HSL 50.55º 0.8% 0.69% -
HSV(B) 50.55º 0.53% 0.94% -
XYZ 63.85 70.18 25.51 -
YUV 212.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 239 219 112 0 0.08 0.53 0.06 50.55 0.8 0.69
Hex EF DB 70 0 8 35 6 33 50 45
Octal 357 333 160 0 10 65 6 63 120 105
Binary 11101111 11011011 1110000 0 1000 110101 110 110011 1010000 1000101

Color Harmonies of #EFDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB70

Black with #EFDB70

Text Example


Text Example

White with #EFDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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