Html Css Color HEX #EDD38D Double Colonial White

📋 copy color: '#EDD38D'

red 237 ◦ green 211 ◦ blue 141

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

Shades of Double Colonial White #EDD38D

Tints of Double Colonial White #EDD38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 40.24%
G = 35.82%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD38D (or 0xEDD38D) is known color: Double Colonial White. HEX triplet: ED, D3 and 8D. RGB value is (237,211,141). Sum of RGB (Red+Green+Blue) = 237+211+141=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD38D is #122C72. Grayscale: #D3D3D3. Windows color (decimal): -1191027 or 9294829. OLE color: 9294829.

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

Color convert

RGB 237 211 141 -
CMYK 0 0.11 0.41 0.07
HSL 43.75º 0.73% 0.74% -
HSV(B) 43.75º 0.41% 0.93% -
XYZ 63.03 66.52 34.72 -
YUV 210.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 237 211 141 0 0.11 0.41 0.07 43.75 0.73 0.74
Hex ED D3 8D 0 B 29 7 2C 49 4A
Octal 355 323 215 0 13 51 7 54 111 112
Binary 11101101 11010011 10001101 0 1011 101001 111 101100 1001001 1001010

Color Harmonies of #EDD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD38D

Black with #EDD38D

Text Example


Text Example

White with #EDD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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