Html Css Color HEX #EFDF72 Sweet Corn

📋 copy color: '#EFDF72'

red 239 ◦ green 223 ◦ blue 114

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

Shades of Sweet Corn #EFDF72

Tints of Sweet Corn #EFDF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

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

R = 41.49%
G = 38.72%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFDF72 (or 0xEFDF72) is known color: Sweet Corn. HEX triplet: EF, DF and 72. RGB value is (239,223,114). Sum of RGB (Red+Green+Blue) = 239+223+114=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF72 is #10208D. Grayscale: #D7D7D7. Windows color (decimal): -1056910 or 7528431. OLE color: 7528431.

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

Color convert

RGB 239 223 114 -
CMYK 0 0.07 0.52 0.06
HSL 52.32º 0.8% 0.69% -
HSV(B) 52.32º 0.52% 0.94% -
XYZ 65.02 72.34 26.46 -
YUV 215.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 239 223 114 0 0.07 0.52 0.06 52.32 0.8 0.69
Hex EF DF 72 0 7 34 6 34 50 45
Octal 357 337 162 0 7 64 6 64 120 105
Binary 11101111 11011111 1110010 0 111 110100 110 110100 1010000 1000101

Color Harmonies of #EFDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF72

Black with #EFDF72

Text Example


Text Example

White with #EFDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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