Html Css Color HEX #EDDE9B Splash

📋 copy color: '#EDDE9B'

red 237 ◦ green 222 ◦ blue 155

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

Shades of Splash #EDDE9B

Tints of Splash #EDDE9B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

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

R = 38.6%
G = 36.16%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDDE9B (or 0xEDDE9B) is known color: Splash. HEX triplet: ED, DE and 9B. RGB value is (237,222,155). Sum of RGB (Red+Green+Blue) = 237+222+155=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE9B is #122164. Grayscale: #DBDBDB. Windows color (decimal): -1188197 or 10215149. OLE color: 10215149.

HSL color Cylindrical-coordinate representation of color #EDDE9B: hue angle of 49.02º 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 #EDDE9B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 222 155 -
CMYK 0 0.06 0.35 0.07
HSL 49.02º 0.69% 0.77% -
HSV(B) 49.02º 0.35% 0.93% -
XYZ 66.96 72.61 41.5 -
YUV 218.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 237 222 155 0 0.06 0.35 0.07 49.02 0.69 0.77
Hex ED DE 9B 0 6 23 7 31 45 4D
Octal 355 336 233 0 6 43 7 61 105 115
Binary 11101101 11011110 10011011 0 110 100011 111 110001 1000101 1001101

Color Harmonies of #EDDE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE9B

Black with #EDDE9B

Text Example


Text Example

White with #EDDE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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