Html Css Color HEX #EDDC9A Splash

📋 copy color: '#EDDC9A'

red 237 ◦ green 220 ◦ blue 154

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

Shades of Splash #EDDC9A

Tints of Splash #EDDC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

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

R = 38.79%
G = 36.01%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDDC9A (or 0xEDDC9A) is known color: Splash. HEX triplet: ED, DC and 9A. RGB value is (237,220,154). Sum of RGB (Red+Green+Blue) = 237+220+154=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC9A is #122365. Grayscale: #D9D9D9. Windows color (decimal): -1188710 or 10149101. OLE color: 10149101.

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

Color convert

RGB 237 220 154 -
CMYK 0 0.07 0.35 0.07
HSL 47.71º 0.7% 0.77% -
HSV(B) 47.71º 0.35% 0.93% -
XYZ 66.35 71.52 40.88 -
YUV 217.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 237 220 154 0 0.07 0.35 0.07 47.71 0.7 0.77
Hex ED DC 9A 0 7 23 7 30 46 4D
Octal 355 334 232 0 7 43 7 60 106 115
Binary 11101101 11011100 10011010 0 111 100011 111 110000 1000110 1001101

Color Harmonies of #EDDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC9A

Black with #EDDC9A

Text Example


Text Example

White with #EDDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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