Html Css Color HEX #EDD08D Cherokee

📋 copy color: '#EDD08D'

red 237 ◦ green 208 ◦ blue 141

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

Shades of Cherokee #EDD08D

Tints of Cherokee #EDD08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 40.44%
G = 35.49%
B = 24.06%

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

#EDD08D (or 0xEDD08D) is known color: Cherokee. HEX triplet: ED, D0 and 8D. RGB value is (237,208,141). Sum of RGB (Red+Green+Blue) = 237+208+141=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08D is #122F72. Grayscale: #D1D1D1. Windows color (decimal): -1191795 or 9294061. OLE color: 9294061.

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

Color convert

RGB 237 208 141 -
CMYK 0 0.12 0.41 0.07
HSL 41.88º 0.73% 0.74% -
HSV(B) 41.88º 0.41% 0.93% -
XYZ 62.29 65.04 34.47 -
YUV 209.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 237 208 141 0 0.12 0.41 0.07 41.88 0.73 0.74
Hex ED D0 8D 0 C 29 7 2A 49 4A
Octal 355 320 215 0 14 51 7 52 111 112
Binary 11101101 11010000 10001101 0 1100 101001 111 101010 1001001 1001010

Color Harmonies of #EDD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD08D

Black with #EDD08D

Text Example


Text Example

White with #EDD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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