Html Css Color HEX #EDDF6D Sweet Corn

📋 copy color: '#EDDF6D'

red 237 ◦ green 223 ◦ blue 109

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

Shades of Sweet Corn #EDDF6D

Tints of Sweet Corn #EDDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.16%

R = 41.65%
G = 39.19%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDDF6D (or 0xEDDF6D) is known color: Sweet Corn. HEX triplet: ED, DF and 6D. RGB value is (237,223,109). Sum of RGB (Red+Green+Blue) = 237+223+109=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF6D is #122092. Grayscale: #D6D6D6. Windows color (decimal): -1187987 or 7200749. OLE color: 7200749.

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

Color convert

RGB 237 223 109 -
CMYK 0 0.06 0.54 0.07
HSL 53.44º 0.78% 0.68% -
HSV(B) 53.44º 0.54% 0.93% -
XYZ 64.07 71.88 24.97 -
YUV 214.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 237 223 109 0 0.06 0.54 0.07 53.44 0.78 0.68
Hex ED DF 6D 0 6 36 7 35 4E 44
Octal 355 337 155 0 6 66 7 65 116 104
Binary 11101101 11011111 1101101 0 110 110110 111 110101 1001110 1000100

Color Harmonies of #EDDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF6D

Black with #EDDF6D

Text Example


Text Example

White with #EDDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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