Html Css Color HEX #EDD598 Splash

📋 copy color: '#EDD598'

red 237 ◦ green 213 ◦ blue 152

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

Shades of Splash #EDD598

Tints of Splash #EDD598

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 152 (59.77% from 255) = 25.25%

R = 39.37%
G = 35.38%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD598 (or 0xEDD598) is known color: Splash. HEX triplet: ED, D5 and 98. RGB value is (237,213,152). Sum of RGB (Red+Green+Blue) = 237+213+152=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD598 is #122A67. Grayscale: #D5D5D5. Windows color (decimal): -1190504 or 10016237. OLE color: 10016237.

HSL color Cylindrical-coordinate representation of color #EDD598: hue angle of 43.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDD598 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 152 -
CMYK 0 0.10 0.36 0.07
HSL 43.06º 0.7% 0.76% -
HSV(B) 43.06º 0.36% 0.93% -
XYZ 64.39 67.86 39.41 -
YUV 213.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 237 213 152 0 0.10 0.36 0.07 43.06 0.7 0.76
Hex ED D5 98 0 A 24 7 2B 46 4C
Octal 355 325 230 0 12 44 7 53 106 114
Binary 11101101 11010101 10011000 0 1010 100100 111 101011 1000110 1001100

Color Harmonies of #EDD598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD598

Black with #EDD598

Text Example


Text Example

White with #EDD598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD598; }

 p { color: rgb(237,213,152); }

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

background-color css

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

 a { background-color: rgb(237,213,152); }

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

border-color css

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

 span { border-color: rgb(237,213,152); }

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