Html Css Color HEX #EFDF70 Sweet Corn

📋 copy color: '#EFDF70'

red 239 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #EFDF70

Tints of Sweet Corn #EFDF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 41.64%
G = 38.85%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFDF70 (or 0xEFDF70) is known color: Sweet Corn. HEX triplet: EF, DF and 70. RGB value is (239,223,112). Sum of RGB (Red+Green+Blue) = 239+223+112=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF70 is #10208F. Grayscale: #D7D7D7. Windows color (decimal): -1056912 or 7397359. OLE color: 7397359.

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

Color convert

RGB 239 223 112 -
CMYK 0 0.07 0.53 0.06
HSL 52.44º 0.8% 0.69% -
HSV(B) 52.44º 0.53% 0.94% -
XYZ 64.91 72.3 25.86 -
YUV 215.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 239 223 112 0 0.07 0.53 0.06 52.44 0.8 0.69
Hex EF DF 70 0 7 35 6 34 50 45
Octal 357 337 160 0 7 65 6 64 120 105
Binary 11101111 11011111 1110000 0 111 110101 110 110100 1010000 1000101

Color Harmonies of #EFDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF70

Black with #EFDF70

Text Example


Text Example

White with #EFDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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