Html Css Color HEX #EED38E Double Colonial White

📋 copy color: '#EED38E'

red 238 ◦ green 211 ◦ blue 142

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

Shades of Double Colonial White #EED38E

Tints of Double Colonial White #EED38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 40.27%
G = 35.7%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EED38E (or 0xEED38E) is known color: Double Colonial White. HEX triplet: EE, D3 and 8E. RGB value is (238,211,142). Sum of RGB (Red+Green+Blue) = 238+211+142=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED38E is #112C71. Grayscale: #D3D3D3. Windows color (decimal): -1125490 or 9360366. OLE color: 9360366.

HSL color Cylindrical-coordinate representation of color #EED38E: hue angle of 43.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED38E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 142 -
CMYK 0 0.11 0.40 0.07
HSL 43.13º 0.74% 0.75% -
HSV(B) 43.13º 0.4% 0.93% -
XYZ 63.44 66.72 35.13 -
YUV 211.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 238 211 142 0 0.11 0.40 0.07 43.13 0.74 0.75
Hex EE D3 8E 0 B 28 7 2B 4A 4B
Octal 356 323 216 0 13 50 7 53 112 113
Binary 11101110 11010011 10001110 0 1011 101000 111 101011 1001010 1001011

Color Harmonies of #EED38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED38E

Black with #EED38E

Text Example


Text Example

White with #EED38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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