Html Css Color HEX #EDD18C Cherokee

📋 copy color: '#EDD18C'

red 237 ◦ green 209 ◦ blue 140

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

Shades of Cherokee #EDD18C

Tints of Cherokee #EDD18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

 BLUE value IS 140 (55.08% from 255) = 23.89%

R = 40.44%
G = 35.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD18C (or 0xEDD18C) is known color: Cherokee. HEX triplet: ED, D1 and 8C. RGB value is (237,209,140). Sum of RGB (Red+Green+Blue) = 237+209+140=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18C is #122E73. Grayscale: #D1D1D1. Windows color (decimal): -1191540 or 9228781. OLE color: 9228781.

HSL color Cylindrical-coordinate representation of color #EDD18C: hue angle of 42.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD18C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 140 -
CMYK 0 0.12 0.41 0.07
HSL 42.68º 0.73% 0.74% -
HSV(B) 42.68º 0.41% 0.93% -
XYZ 62.46 65.5 34.16 -
YUV 209.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 237 209 140 0 0.12 0.41 0.07 42.68 0.73 0.74
Hex ED D1 8C 0 C 29 7 2B 49 4A
Octal 355 321 214 0 14 51 7 53 111 112
Binary 11101101 11010001 10001100 0 1100 101001 111 101011 1001001 1001010

Color Harmonies of #EDD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD18C

Black with #EDD18C

Text Example


Text Example

White with #EDD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD18C; }

 p { color: rgb(237,209,140); }

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

background-color css

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

 a { background-color: rgb(237,209,140); }

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

border-color css

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

 span { border-color: rgb(237,209,140); }

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