Html Css Color HEX #EDD89A Splash

📋 copy color: '#EDD89A'

red 237 ◦ green 216 ◦ blue 154

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

Shades of Splash #EDD89A

Tints of Splash #EDD89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.37%

R = 39.04%
G = 35.58%
B = 25.37%

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

#EDD89A (or 0xEDD89A) is known color: Splash. HEX triplet: ED, D8 and 9A. RGB value is (237,216,154). Sum of RGB (Red+Green+Blue) = 237+216+154=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89A is #122765. Grayscale: #D7D7D7. Windows color (decimal): -1189734 or 10148077. OLE color: 10148077.

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

Color convert

RGB 237 216 154 -
CMYK 0 0.09 0.35 0.07
HSL 44.82º 0.7% 0.77% -
HSV(B) 44.82º 0.35% 0.93% -
XYZ 65.31 69.45 40.53 -
YUV 215.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 237 216 154 0 0.09 0.35 0.07 44.82 0.7 0.77
Hex ED D8 9A 0 9 23 7 2D 46 4D
Octal 355 330 232 0 11 43 7 55 106 115
Binary 11101101 11011000 10011010 0 1001 100011 111 101101 1000110 1001101

Color Harmonies of #EDD89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD89A

Black with #EDD89A

Text Example


Text Example

White with #EDD89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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