Html Css Color HEX #EDDA93 Splash

📋 copy color: '#EDDA93'

red 237 ◦ green 218 ◦ blue 147

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

Shades of Splash #EDDA93

Tints of Splash #EDDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.21%

 BLUE value IS 147 (57.81% from 255) = 24.42%

R = 39.37%
G = 36.21%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDDA93 (or 0xEDDA93) is known color: Splash. HEX triplet: ED, DA and 93. RGB value is (237,218,147). Sum of RGB (Red+Green+Blue) = 237+218+147=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA93 is #12256C. Grayscale: #D7D7D7. Windows color (decimal): -1189229 or 9689837. OLE color: 9689837.

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

Color convert

RGB 237 218 147 -
CMYK 0 0.08 0.38 0.07
HSL 47.33º 0.71% 0.75% -
HSV(B) 47.33º 0.38% 0.93% -
XYZ 65.26 70.25 37.72 -
YUV 215.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 237 218 147 0 0.08 0.38 0.07 47.33 0.71 0.75
Hex ED DA 93 0 8 26 7 2F 47 4B
Octal 355 332 223 0 10 46 7 57 107 113
Binary 11101101 11011010 10010011 0 1000 100110 111 101111 1000111 1001011

Color Harmonies of #EDDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA93

Black with #EDDA93

Text Example


Text Example

White with #EDDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA93; }

 p { color: rgb(237,218,147); }

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

background-color css

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

 a { background-color: rgb(237,218,147); }

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

border-color css

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

 span { border-color: rgb(237,218,147); }

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