Html Css Color HEX #EDD48F Double Colonial White

📋 copy color: '#EDD48F'

red 237 ◦ green 212 ◦ blue 143

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

Shades of Double Colonial White #EDD48F

Tints of Double Colonial White #EDD48F

RGB

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

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

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

R = 40.03%
G = 35.81%
B = 24.16%

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

#EDD48F (or 0xEDD48F) is known color: Double Colonial White. HEX triplet: ED, D4 and 8F. RGB value is (237,212,143). Sum of RGB (Red+Green+Blue) = 237+212+143=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48F is #122B70. Grayscale: #D3D3D3. Windows color (decimal): -1190769 or 9426157. OLE color: 9426157.

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

Color convert

RGB 237 212 143 -
CMYK 0 0.11 0.40 0.07
HSL 44.04º 0.72% 0.75% -
HSV(B) 44.04º 0.4% 0.93% -
XYZ 63.43 67.07 35.59 -
YUV 211.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 237 212 143 0 0.11 0.40 0.07 44.04 0.72 0.75
Hex ED D4 8F 0 B 28 7 2C 48 4B
Octal 355 324 217 0 13 50 7 54 110 113
Binary 11101101 11010100 10001111 0 1011 101000 111 101100 1001000 1001011

Color Harmonies of #EDD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48F

Black with #EDD48F

Text Example


Text Example

White with #EDD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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