Html Css Color HEX #EDDF70 Sweet Corn

📋 copy color: '#EDDF70'

red 237 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #EDDF70

Tints of Sweet Corn #EDDF70

RGB

 RED value IS 237 (92.97% from 255) = 41.43%

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

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

R = 41.43%
G = 38.99%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDDF70 (or 0xEDDF70) is known color: Sweet Corn. HEX triplet: ED, DF and 70. RGB value is (237,223,112). Sum of RGB (Red+Green+Blue) = 237+223+112=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF70 is #12208F. Grayscale: #D6D6D6. Windows color (decimal): -1187984 or 7397357. OLE color: 7397357.

HSL color Cylindrical-coordinate representation of color #EDDF70: hue angle of 53.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDF70 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 112 -
CMYK 0 0.06 0.53 0.07
HSL 53.28º 0.78% 0.68% -
HSV(B) 53.28º 0.53% 0.93% -
XYZ 64.24 71.95 25.83 -
YUV 214.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 237 223 112 0 0.06 0.53 0.07 53.28 0.78 0.68
Hex ED DF 70 0 6 35 7 35 4E 44
Octal 355 337 160 0 6 65 7 65 116 104
Binary 11101101 11011111 1110000 0 110 110101 111 110101 1001110 1000100

Color Harmonies of #EDDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF70

Black with #EDDF70

Text Example


Text Example

White with #EDDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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