Html Css Color HEX #EDD38F Double Colonial White

📋 copy color: '#EDD38F'

red 237 ◦ green 211 ◦ blue 143

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

Shades of Double Colonial White #EDD38F

Tints of Double Colonial White #EDD38F

RGB

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

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

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

R = 40.1%
G = 35.7%
B = 24.2%

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

#EDD38F (or 0xEDD38F) is known color: Double Colonial White. HEX triplet: ED, D3 and 8F. RGB value is (237,211,143). Sum of RGB (Red+Green+Blue) = 237+211+143=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD38F is #122C70. Grayscale: #D3D3D3. Windows color (decimal): -1191025 or 9425901. OLE color: 9425901.

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

Color convert

RGB 237 211 143 -
CMYK 0 0.11 0.40 0.07
HSL 43.4º 0.72% 0.75% -
HSV(B) 43.4º 0.4% 0.93% -
XYZ 63.18 66.58 35.51 -
YUV 211.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 237 211 143 0 0.11 0.40 0.07 43.4 0.72 0.75
Hex ED D3 8F 0 B 28 7 2B 48 4B
Octal 355 323 217 0 13 50 7 53 110 113
Binary 11101101 11010011 10001111 0 1011 101000 111 101011 1001000 1001011

Color Harmonies of #EDD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD38F

Black with #EDD38F

Text Example


Text Example

White with #EDD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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