Html Css Color HEX #EFDB72 Sweet Corn

📋 copy color: '#EFDB72'

red 239 ◦ green 219 ◦ blue 114

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

Shades of Sweet Corn #EFDB72

Tints of Sweet Corn #EFDB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.93%

R = 41.78%
G = 38.29%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFDB72 (or 0xEFDB72) is known color: Sweet Corn. HEX triplet: EF, DB and 72. RGB value is (239,219,114). Sum of RGB (Red+Green+Blue) = 239+219+114=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB72 is #10248D. Grayscale: #D5D5D5. Windows color (decimal): -1057934 or 7527407. OLE color: 7527407.

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

Color convert

RGB 239 219 114 -
CMYK 0 0.08 0.52 0.06
HSL 50.4º 0.8% 0.69% -
HSV(B) 50.4º 0.52% 0.94% -
XYZ 63.97 70.23 26.1 -
YUV 213.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 239 219 114 0 0.08 0.52 0.06 50.4 0.8 0.69
Hex EF DB 72 0 8 34 6 32 50 45
Octal 357 333 162 0 10 64 6 62 120 105
Binary 11101111 11011011 1110010 0 1000 110100 110 110010 1010000 1000101

Color Harmonies of #EFDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB72

Black with #EFDB72

Text Example


Text Example

White with #EFDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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