Html Css Color HEX #EFDA71 Sweet Corn

📋 copy color: '#EFDA71'

red 239 ◦ green 218 ◦ blue 113

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

Shades of Sweet Corn #EFDA71

Tints of Sweet Corn #EFDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

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

R = 41.93%
G = 38.25%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFDA71 (or 0xEFDA71) is known color: Sweet Corn. HEX triplet: EF, DA and 71. RGB value is (239,218,113). Sum of RGB (Red+Green+Blue) = 239+218+113=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA71 is #10258E. Grayscale: #D4D4D4. Windows color (decimal): -1058191 or 7461615. OLE color: 7461615.

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

Color convert

RGB 239 218 113 -
CMYK 0 0.09 0.53 0.06
HSL 50º 0.8% 0.69% -
HSV(B) 50º 0.53% 0.94% -
XYZ 63.65 69.69 25.72 -
YUV 212.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 239 218 113 0 0.09 0.53 0.06 50 0.8 0.69
Hex EF DA 71 0 9 35 6 32 50 45
Octal 357 332 161 0 11 65 6 62 120 105
Binary 11101111 11011010 1110001 0 1001 110101 110 110010 1010000 1000101

Color Harmonies of #EFDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA71

Black with #EFDA71

Text Example


Text Example

White with #EFDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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