Html Css Color HEX #EFD972 Sweet Corn

📋 copy color: '#EFD972'

red 239 ◦ green 217 ◦ blue 114

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

Shades of Sweet Corn #EFD972

Tints of Sweet Corn #EFD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

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

R = 41.93%
G = 38.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD972 (or 0xEFD972) is known color: Sweet Corn. HEX triplet: EF, D9 and 72. RGB value is (239,217,114). Sum of RGB (Red+Green+Blue) = 239+217+114=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD972 is #10268D. Grayscale: #D4D4D4. Windows color (decimal): -1058446 or 7526895. OLE color: 7526895.

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

Color convert

RGB 239 217 114 -
CMYK 0 0.09 0.52 0.06
HSL 49.44º 0.8% 0.69% -
HSV(B) 49.44º 0.52% 0.94% -
XYZ 63.45 69.19 25.93 -
YUV 211.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 239 217 114 0 0.09 0.52 0.06 49.44 0.8 0.69
Hex EF D9 72 0 9 34 6 31 50 45
Octal 357 331 162 0 11 64 6 61 120 105
Binary 11101111 11011001 1110010 0 1001 110100 110 110001 1010000 1000101

Color Harmonies of #EFD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD972

Black with #EFD972

Text Example


Text Example

White with #EFD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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