Html Css Color HEX #EDD694 Splash

📋 copy color: '#EDD694'

red 237 ◦ green 214 ◦ blue 148

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

Shades of Splash #EDD694

Tints of Splash #EDD694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.71%

R = 39.57%
G = 35.73%
B = 24.71%

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

#EDD694 (or 0xEDD694) is known color: Splash. HEX triplet: ED, D6 and 94. RGB value is (237,214,148). Sum of RGB (Red+Green+Blue) = 237+214+148=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD694 is #12296B. Grayscale: #D5D5D5. Windows color (decimal): -1190252 or 9754349. OLE color: 9754349.

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

Color convert

RGB 237 214 148 -
CMYK 0 0.10 0.38 0.07
HSL 44.49º 0.71% 0.75% -
HSV(B) 44.49º 0.38% 0.93% -
XYZ 64.32 68.24 37.8 -
YUV 213.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 237 214 148 0 0.10 0.38 0.07 44.49 0.71 0.75
Hex ED D6 94 0 A 26 7 2C 47 4B
Octal 355 326 224 0 12 46 7 54 107 113
Binary 11101101 11010110 10010100 0 1010 100110 111 101100 1000111 1001011

Color Harmonies of #EDD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD694

Black with #EDD694

Text Example


Text Example

White with #EDD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD694; }

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

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

background-color css

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

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

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

border-color css

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

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

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