Html Css Color HEX #EDD79A Splash

📋 copy color: '#EDD79A'

red 237 ◦ green 215 ◦ blue 154

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

Shades of Splash #EDD79A

Tints of Splash #EDD79A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.48%

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

R = 39.11%
G = 35.48%
B = 25.41%

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

#EDD79A (or 0xEDD79A) is known color: Splash. HEX triplet: ED, D7 and 9A. RGB value is (237,215,154). Sum of RGB (Red+Green+Blue) = 237+215+154=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79A is #122865. Grayscale: #D6D6D6. Windows color (decimal): -1189990 or 10147821. OLE color: 10147821.

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

Color convert

RGB 237 215 154 -
CMYK 0 0.09 0.35 0.07
HSL 44.1º 0.7% 0.77% -
HSV(B) 44.1º 0.35% 0.93% -
XYZ 65.06 68.94 40.45 -
YUV 214.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 237 215 154 0 0.09 0.35 0.07 44.1 0.7 0.77
Hex ED D7 9A 0 9 23 7 2C 46 4D
Octal 355 327 232 0 11 43 7 54 106 115
Binary 11101101 11010111 10011010 0 1001 100011 111 101100 1000110 1001101

Color Harmonies of #EDD79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD79A

Black with #EDD79A

Text Example


Text Example

White with #EDD79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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