Html Css Color HEX #EDD59B Splash

📋 copy color: '#EDD59B'

red 237 ◦ green 213 ◦ blue 155

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

Shades of Splash #EDD59B

Tints of Splash #EDD59B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.21%

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 39.17%
G = 35.21%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD59B (or 0xEDD59B) is known color: Splash. HEX triplet: ED, D5 and 9B. RGB value is (237,213,155). Sum of RGB (Red+Green+Blue) = 237+213+155=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59B is #122A64. Grayscale: #D5D5D5. Windows color (decimal): -1190501 or 10212845. OLE color: 10212845.

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

Color convert

RGB 237 213 155 -
CMYK 0 0.10 0.35 0.07
HSL 42.44º 0.69% 0.77% -
HSV(B) 42.44º 0.35% 0.93% -
XYZ 64.64 67.96 40.72 -
YUV 213.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 237 213 155 0 0.10 0.35 0.07 42.44 0.69 0.77
Hex ED D5 9B 0 A 23 7 2A 45 4D
Octal 355 325 233 0 12 43 7 52 105 115
Binary 11101101 11010101 10011011 0 1010 100011 111 101010 1000101 1001101

Color Harmonies of #EDD59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD59B

Black with #EDD59B

Text Example


Text Example

White with #EDD59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD59B; }

 p { color: rgb(237,213,155); }

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

background-color css

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

 a { background-color: rgb(237,213,155); }

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

border-color css

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

 span { border-color: rgb(237,213,155); }

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