Html Css Color HEX #EED58F Double Colonial White

📋 copy color: '#EED58F'

red 238 ◦ green 213 ◦ blue 143

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

Shades of Double Colonial White #EED58F

Tints of Double Colonial White #EED58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 40.07%
G = 35.86%
B = 24.07%

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

#EED58F (or 0xEED58F) is known color: Double Colonial White. HEX triplet: EE, D5 and 8F. RGB value is (238,213,143). Sum of RGB (Red+Green+Blue) = 238+213+143=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EED58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED58F is #112A70. Grayscale: #D4D4D4. Windows color (decimal): -1124977 or 9426414. OLE color: 9426414.

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

Color convert

RGB 238 213 143 -
CMYK 0 0.11 0.40 0.07
HSL 44.21º 0.74% 0.75% -
HSV(B) 44.21º 0.4% 0.93% -
XYZ 64.01 67.75 35.69 -
YUV 212.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 238 213 143 0 0.11 0.40 0.07 44.21 0.74 0.75
Hex EE D5 8F 0 B 28 7 2C 4A 4B
Octal 356 325 217 0 13 50 7 54 112 113
Binary 11101110 11010101 10001111 0 1011 101000 111 101100 1001010 1001011

Color Harmonies of #EED58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED58F

Black with #EED58F

Text Example


Text Example

White with #EED58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED58F; }

 p { color: rgb(238,213,143); }

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

background-color css

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

 a { background-color: rgb(238,213,143); }

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

border-color css

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

 span { border-color: rgb(238,213,143); }

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