Html Css Color HEX #EDDB98 Splash

📋 copy color: '#EDDB98'

red 237 ◦ green 219 ◦ blue 152

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

Shades of Splash #EDDB98

Tints of Splash #EDDB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25%

R = 38.98%
G = 36.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDDB98 (or 0xEDDB98) is known color: Splash. HEX triplet: ED, DB and 98. RGB value is (237,219,152). Sum of RGB (Red+Green+Blue) = 237+219+152=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB98 is #122467. Grayscale: #D9D9D9. Windows color (decimal): -1188968 or 10017773. OLE color: 10017773.

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

Color convert

RGB 237 219 152 -
CMYK 0 0.08 0.36 0.07
HSL 47.29º 0.7% 0.76% -
HSV(B) 47.29º 0.36% 0.93% -
XYZ 65.92 70.93 39.92 -
YUV 216.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 237 219 152 0 0.08 0.36 0.07 47.29 0.7 0.76
Hex ED DB 98 0 8 24 7 2F 46 4C
Octal 355 333 230 0 10 44 7 57 106 114
Binary 11101101 11011011 10011000 0 1000 100100 111 101111 1000110 1001100

Color Harmonies of #EDDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB98

Black with #EDDB98

Text Example


Text Example

White with #EDDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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