Html Css Color HEX #EDD39C Splash

📋 copy color: '#EDD39C'

red 237 ◦ green 211 ◦ blue 156

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

Shades of Splash #EDD39C

Tints of Splash #EDD39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.83%

R = 39.24%
G = 34.93%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDD39C (or 0xEDD39C) is known color: Splash. HEX triplet: ED, D3 and 9C. RGB value is (237,211,156). Sum of RGB (Red+Green+Blue) = 237+211+156=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD39C is #122C63. Grayscale: #D4D4D4. Windows color (decimal): -1191012 or 10277869. OLE color: 10277869.

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

Color convert

RGB 237 211 156 -
CMYK 0 0.11 0.34 0.07
HSL 40.74º 0.69% 0.77% -
HSV(B) 40.74º 0.34% 0.93% -
XYZ 64.22 66.99 41 -
YUV 212.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 237 211 156 0 0.11 0.34 0.07 40.74 0.69 0.77
Hex ED D3 9C 0 B 22 7 29 45 4D
Octal 355 323 234 0 13 42 7 51 105 115
Binary 11101101 11010011 10011100 0 1011 100010 111 101001 1000101 1001101

Color Harmonies of #EDD39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD39C

Black with #EDD39C

Text Example


Text Example

White with #EDD39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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