Html Css Color HEX #EDD28B Cherokee

📋 copy color: '#EDD28B'

red 237 ◦ green 210 ◦ blue 139

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

Shades of Cherokee #EDD28B

Tints of Cherokee #EDD28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.84%

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

R = 40.44%
G = 35.84%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD28B (or 0xEDD28B) is known color: Cherokee. HEX triplet: ED, D2 and 8B. RGB value is (237,210,139). Sum of RGB (Red+Green+Blue) = 237+210+139=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD28B is #122D74. Grayscale: #D2D2D2. Windows color (decimal): -1191285 or 9163501. OLE color: 9163501.

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

Color convert

RGB 237 210 139 -
CMYK 0 0.11 0.41 0.07
HSL 43.47º 0.73% 0.74% -
HSV(B) 43.47º 0.41% 0.93% -
XYZ 62.63 65.96 33.86 -
YUV 209.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 237 210 139 0 0.11 0.41 0.07 43.47 0.73 0.74
Hex ED D2 8B 0 B 29 7 2B 49 4A
Octal 355 322 213 0 13 51 7 53 111 112
Binary 11101101 11010010 10001011 0 1011 101001 111 101011 1001001 1001010

Color Harmonies of #EDD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD28B

Black with #EDD28B

Text Example


Text Example

White with #EDD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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