Html Css Color HEX #EDDB99 Splash

📋 copy color: '#EDDB99'

red 237 ◦ green 219 ◦ blue 153

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

Shades of Splash #EDDB99

Tints of Splash #EDDB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 153 (60.16% from 255) = 25.12%

R = 38.92%
G = 35.96%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDDB99 (or 0xEDDB99) is known color: Splash. HEX triplet: ED, DB and 99. RGB value is (237,219,153). Sum of RGB (Red+Green+Blue) = 237+219+153=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB99 is #122466. Grayscale: #D9D9D9. Windows color (decimal): -1188967 or 10083309. OLE color: 10083309.

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

Color convert

RGB 237 219 153 -
CMYK 0 0.08 0.35 0.07
HSL 47.14º 0.7% 0.76% -
HSV(B) 47.14º 0.35% 0.93% -
XYZ 66.01 70.97 40.36 -
YUV 216.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 237 219 153 0 0.08 0.35 0.07 47.14 0.7 0.76
Hex ED DB 99 0 8 23 7 2F 46 4C
Octal 355 333 231 0 10 43 7 57 106 114
Binary 11101101 11011011 10011001 0 1000 100011 111 101111 1000110 1001100

Color Harmonies of #EDDB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB99

Black with #EDDB99

Text Example


Text Example

White with #EDDB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB99; }

 p { color: rgb(237,219,153); }

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

background-color css

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

 a { background-color: rgb(237,219,153); }

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

border-color css

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

 span { border-color: rgb(237,219,153); }

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