Html Css Color HEX #EDD18A Cherokee

📋 copy color: '#EDD18A'

red 237 ◦ green 209 ◦ blue 138

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

Shades of Cherokee #EDD18A

Tints of Cherokee #EDD18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 40.58%
G = 35.79%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD18A (or 0xEDD18A) is known color: Cherokee. HEX triplet: ED, D1 and 8A. RGB value is (237,209,138). Sum of RGB (Red+Green+Blue) = 237+209+138=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18A is #122E75. Grayscale: #D1D1D1. Windows color (decimal): -1191542 or 9097709. OLE color: 9097709.

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

Color convert

RGB 237 209 138 -
CMYK 0 0.12 0.42 0.07
HSL 43.03º 0.73% 0.74% -
HSV(B) 43.03º 0.42% 0.93% -
XYZ 62.31 65.44 33.39 -
YUV 209.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 237 209 138 0 0.12 0.42 0.07 43.03 0.73 0.74
Hex ED D1 8A 0 C 2A 7 2B 49 4A
Octal 355 321 212 0 14 52 7 53 111 112
Binary 11101101 11010001 10001010 0 1100 101010 111 101011 1001001 1001010

Color Harmonies of #EDD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD18A

Black with #EDD18A

Text Example


Text Example

White with #EDD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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