Html Css Color HEX #EED491 Double Colonial White

📋 copy color: '#EED491'

red 238 ◦ green 212 ◦ blue 145

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

Shades of Double Colonial White #EED491

Tints of Double Colonial White #EED491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

 BLUE value IS 145 (57.03% from 255) = 24.37%

R = 40%
G = 35.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EED491 (or 0xEED491) is known color: Double Colonial White. HEX triplet: EE, D4 and 91. RGB value is (238,212,145). Sum of RGB (Red+Green+Blue) = 238+212+145=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED491 is #112B6E. Grayscale: #D4D4D4. Windows color (decimal): -1125231 or 9557230. OLE color: 9557230.

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

Color convert

RGB 238 212 145 -
CMYK 0 0.11 0.39 0.07
HSL 43.23º 0.73% 0.75% -
HSV(B) 43.23º 0.39% 0.93% -
XYZ 63.91 67.31 36.41 -
YUV 212.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 238 212 145 0 0.11 0.39 0.07 43.23 0.73 0.75
Hex EE D4 91 0 B 27 7 2B 49 4B
Octal 356 324 221 0 13 47 7 53 111 113
Binary 11101110 11010100 10010001 0 1011 100111 111 101011 1001001 1001011

Color Harmonies of #EED491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED491

Black with #EED491

Text Example


Text Example

White with #EED491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED491; }

 p { color: rgb(238,212,145); }

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

background-color css

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

 a { background-color: rgb(238,212,145); }

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

border-color css

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

 span { border-color: rgb(238,212,145); }

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