Html Css Color HEX #EDD18B Cherokee

📋 copy color: '#EDD18B'

red 237 ◦ green 209 ◦ blue 139

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

Shades of Cherokee #EDD18B

Tints of Cherokee #EDD18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.76%

R = 40.51%
G = 35.73%
B = 23.76%

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

#EDD18B (or 0xEDD18B) is known color: Cherokee. HEX triplet: ED, D1 and 8B. RGB value is (237,209,139). Sum of RGB (Red+Green+Blue) = 237+209+139=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18B is #122E74. Grayscale: #D1D1D1. Windows color (decimal): -1191541 or 9163245. OLE color: 9163245.

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

Color convert

RGB 237 209 139 -
CMYK 0 0.12 0.41 0.07
HSL 42.86º 0.73% 0.74% -
HSV(B) 42.86º 0.41% 0.93% -
XYZ 62.39 65.47 33.77 -
YUV 209.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 237 209 139 0 0.12 0.41 0.07 42.86 0.73 0.74
Hex ED D1 8B 0 C 29 7 2B 49 4A
Octal 355 321 213 0 14 51 7 53 111 112
Binary 11101101 11010001 10001011 0 1100 101001 111 101011 1001001 1001010

Color Harmonies of #EDD18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD18B

Black with #EDD18B

Text Example


Text Example

White with #EDD18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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