Html Css Color HEX #EDD693 Splash

📋 copy color: '#EDD693'

red 237 ◦ green 214 ◦ blue 147

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

Shades of Splash #EDD693

Tints of Splash #EDD693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.79%

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

R = 39.63%
G = 35.79%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDD693 (or 0xEDD693) is known color: Splash. HEX triplet: ED, D6 and 93. RGB value is (237,214,147). Sum of RGB (Red+Green+Blue) = 237+214+147=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD693 is #12296C. Grayscale: #D5D5D5. Windows color (decimal): -1190253 or 9688813. OLE color: 9688813.

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

Color convert

RGB 237 214 147 -
CMYK 0 0.10 0.38 0.07
HSL 44.67º 0.71% 0.75% -
HSV(B) 44.67º 0.38% 0.93% -
XYZ 64.24 68.2 37.38 -
YUV 213.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 237 214 147 0 0.10 0.38 0.07 44.67 0.71 0.75
Hex ED D6 93 0 A 26 7 2D 47 4B
Octal 355 326 223 0 12 46 7 55 107 113
Binary 11101101 11010110 10010011 0 1010 100110 111 101101 1000111 1001011

Color Harmonies of #EDD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD693

Black with #EDD693

Text Example


Text Example

White with #EDD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD693; }

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

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

background-color css

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

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

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

border-color css

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

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

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