Html Css Color HEX #EDD89B Splash

📋 copy color: '#EDD89B'

red 237 ◦ green 216 ◦ blue 155

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

Shades of Splash #EDD89B

Tints of Splash #EDD89B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.53%

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

R = 38.98%
G = 35.53%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD89B (or 0xEDD89B) is known color: Splash. HEX triplet: ED, D8 and 9B. RGB value is (237,216,155). Sum of RGB (Red+Green+Blue) = 237+216+155=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89B is #122764. Grayscale: #D7D7D7. Windows color (decimal): -1189733 or 10213613. OLE color: 10213613.

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

Color convert

RGB 237 216 155 -
CMYK 0 0.09 0.35 0.07
HSL 44.63º 0.69% 0.77% -
HSV(B) 44.63º 0.35% 0.93% -
XYZ 65.4 69.48 40.98 -
YUV 215.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 237 216 155 0 0.09 0.35 0.07 44.63 0.69 0.77
Hex ED D8 9B 0 9 23 7 2D 45 4D
Octal 355 330 233 0 11 43 7 55 105 115
Binary 11101101 11011000 10011011 0 1001 100011 111 101101 1000101 1001101

Color Harmonies of #EDD89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD89B

Black with #EDD89B

Text Example


Text Example

White with #EDD89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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