Html Css Color HEX #EDE06C Sweet Corn

📋 copy color: '#EDE06C'

red 237 ◦ green 224 ◦ blue 108

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

Shades of Sweet Corn #EDE06C

Tints of Sweet Corn #EDE06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

 BLUE value IS 108 (42.58% from 255) = 18.98%

R = 41.65%
G = 39.37%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDE06C (or 0xEDE06C) is known color: Sweet Corn. HEX triplet: ED, E0 and 6C. RGB value is (237,224,108). Sum of RGB (Red+Green+Blue) = 237+224+108=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE06C is #121F93. Grayscale: #D7D7D7. Windows color (decimal): -1187732 or 7135469. OLE color: 7135469.

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

Color convert

RGB 237 224 108 -
CMYK 0 0.05 0.54 0.07
HSL 53.95º 0.78% 0.68% -
HSV(B) 53.95º 0.54% 0.93% -
XYZ 64.29 72.4 24.77 -
YUV 214.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 237 224 108 0 0.05 0.54 0.07 53.95 0.78 0.68
Hex ED E0 6C 0 5 36 7 36 4E 44
Octal 355 340 154 0 5 66 7 66 116 104
Binary 11101101 11100000 1101100 0 101 110110 111 110110 1001110 1000100

Color Harmonies of #EDE06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE06C

Black with #EDE06C

Text Example


Text Example

White with #EDE06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE06C; }

 p { color: rgb(237,224,108); }

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

background-color css

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

 a { background-color: rgb(237,224,108); }

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

border-color css

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

 span { border-color: rgb(237,224,108); }

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