Html Css Color HEX #EDDB96 Splash

📋 copy color: '#EDDB96'

red 237 ◦ green 219 ◦ blue 150

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

Shades of Splash #EDDB96

Tints of Splash #EDDB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.75%

R = 39.11%
G = 36.14%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDDB96 (or 0xEDDB96) is known color: Splash. HEX triplet: ED, DB and 96. RGB value is (237,219,150). Sum of RGB (Red+Green+Blue) = 237+219+150=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB96 is #122469. Grayscale: #D8D8D8. Windows color (decimal): -1188970 or 9886701. OLE color: 9886701.

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

Color convert

RGB 237 219 150 -
CMYK 0 0.08 0.37 0.07
HSL 47.59º 0.71% 0.76% -
HSV(B) 47.59º 0.37% 0.93% -
XYZ 65.76 70.87 39.07 -
YUV 216.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 237 219 150 0 0.08 0.37 0.07 47.59 0.71 0.76
Hex ED DB 96 0 8 25 7 30 47 4C
Octal 355 333 226 0 10 45 7 60 107 114
Binary 11101101 11011011 10010110 0 1000 100101 111 110000 1000111 1001100

Color Harmonies of #EDDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB96

Black with #EDDB96

Text Example


Text Example

White with #EDDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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