Html Css Color HEX #EDD48E Double Colonial White

📋 copy color: '#EDD48E'

red 237 ◦ green 212 ◦ blue 142

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

Shades of Double Colonial White #EDD48E

Tints of Double Colonial White #EDD48E

RGB

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

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

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

R = 40.1%
G = 35.87%
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

#EDD48E (or 0xEDD48E) is known color: Double Colonial White. HEX triplet: ED, D4 and 8E. RGB value is (237,212,142). Sum of RGB (Red+Green+Blue) = 237+212+142=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48E is #122B71. Grayscale: #D3D3D3. Windows color (decimal): -1190770 or 9360621. OLE color: 9360621.

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

Color convert

RGB 237 212 142 -
CMYK 0 0.11 0.40 0.07
HSL 44.21º 0.73% 0.74% -
HSV(B) 44.21º 0.4% 0.93% -
XYZ 63.35 67.04 35.19 -
YUV 211.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 237 212 142 0 0.11 0.40 0.07 44.21 0.73 0.74
Hex ED D4 8E 0 B 28 7 2C 49 4A
Octal 355 324 216 0 13 50 7 54 111 112
Binary 11101101 11010100 10001110 0 1011 101000 111 101100 1001001 1001010

Color Harmonies of #EDD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48E

Black with #EDD48E

Text Example


Text Example

White with #EDD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48E; }

 p { color: rgb(237,212,142); }

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

background-color css

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

 a { background-color: rgb(237,212,142); }

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

border-color css

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

 span { border-color: rgb(237,212,142); }

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