Html Css Color HEX #EFDB71 Sweet Corn

📋 copy color: '#EFDB71'

red 239 ◦ green 219 ◦ blue 113

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

Shades of Sweet Corn #EFDB71

Tints of Sweet Corn #EFDB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.79%

R = 41.86%
G = 38.35%
B = 19.79%

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

#EFDB71 (or 0xEFDB71) is known color: Sweet Corn. HEX triplet: EF, DB and 71. RGB value is (239,219,113). Sum of RGB (Red+Green+Blue) = 239+219+113=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB71 is #10248E. Grayscale: #D5D5D5. Windows color (decimal): -1057935 or 7461871. OLE color: 7461871.

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

Color convert

RGB 239 219 113 -
CMYK 0 0.08 0.53 0.06
HSL 50.48º 0.8% 0.69% -
HSV(B) 50.48º 0.53% 0.94% -
XYZ 63.91 70.21 25.81 -
YUV 212.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 239 219 113 0 0.08 0.53 0.06 50.48 0.8 0.69
Hex EF DB 71 0 8 35 6 32 50 45
Octal 357 333 161 0 10 65 6 62 120 105
Binary 11101111 11011011 1110001 0 1000 110101 110 110010 1010000 1000101

Color Harmonies of #EFDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB71

Black with #EFDB71

Text Example


Text Example

White with #EFDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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