Html Css Color HEX #EED38A Cherokee

📋 copy color: '#EED38A'

red 238 ◦ green 211 ◦ blue 138

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

Shades of Cherokee #EED38A

Tints of Cherokee #EED38A

RGB

 RED value IS 238 (93.36% from 255) = 40.55%

 GREEN value IS 211 (82.81% from 255) = 35.95%

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

R = 40.55%
G = 35.95%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EED38A (or 0xEED38A) is known color: Cherokee. HEX triplet: EE, D3 and 8A. RGB value is (238,211,138). Sum of RGB (Red+Green+Blue) = 238+211+138=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED38A is #112C75. Grayscale: #D3D3D3. Windows color (decimal): -1125494 or 9098222. OLE color: 9098222.

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

Color convert

RGB 238 211 138 -
CMYK 0 0.11 0.42 0.07
HSL 43.8º 0.75% 0.74% -
HSV(B) 43.8º 0.42% 0.93% -
XYZ 63.14 66.6 33.57 -
YUV 210.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 238 211 138 0 0.11 0.42 0.07 43.8 0.75 0.74
Hex EE D3 8A 0 B 2A 7 2C 4B 4A
Octal 356 323 212 0 13 52 7 54 113 112
Binary 11101110 11010011 10001010 0 1011 101010 111 101100 1001011 1001010

Color Harmonies of #EED38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED38A

Black with #EED38A

Text Example


Text Example

White with #EED38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED38A; }

 p { color: rgb(238,211,138); }

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

background-color css

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

 a { background-color: rgb(238,211,138); }

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

border-color css

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

 span { border-color: rgb(238,211,138); }

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