Html Css Color HEX #EDD08A Cherokee

📋 copy color: '#EDD08A'

red 237 ◦ green 208 ◦ blue 138

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

Shades of Cherokee #EDD08A

Tints of Cherokee #EDD08A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

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

R = 40.65%
G = 35.68%
B = 23.67%

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

#EDD08A (or 0xEDD08A) is known color: Cherokee. HEX triplet: ED, D0 and 8A. RGB value is (237,208,138). Sum of RGB (Red+Green+Blue) = 237+208+138=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08A is #122F75. Grayscale: #D1D1D1. Windows color (decimal): -1191798 or 9097453. OLE color: 9097453.

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

Color convert

RGB 237 208 138 -
CMYK 0 0.12 0.42 0.07
HSL 42.42º 0.73% 0.74% -
HSV(B) 42.42º 0.42% 0.93% -
XYZ 62.07 64.95 33.31 -
YUV 208.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 237 208 138 0 0.12 0.42 0.07 42.42 0.73 0.74
Hex ED D0 8A 0 C 2A 7 2A 49 4A
Octal 355 320 212 0 14 52 7 52 111 112
Binary 11101101 11010000 10001010 0 1100 101010 111 101010 1001001 1001010

Color Harmonies of #EDD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD08A

Black with #EDD08A

Text Example


Text Example

White with #EDD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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