Html Css Color HEX #EDD498 Splash

📋 copy color: '#EDD498'

red 237 ◦ green 212 ◦ blue 152

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

Shades of Splash #EDD498

Tints of Splash #EDD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

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

R = 39.43%
G = 35.27%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD498 (or 0xEDD498) is known color: Splash. HEX triplet: ED, D4 and 98. RGB value is (237,212,152). Sum of RGB (Red+Green+Blue) = 237+212+152=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD498 is #122B67. Grayscale: #D4D4D4. Windows color (decimal): -1190760 or 10015981. OLE color: 10015981.

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

Color convert

RGB 237 212 152 -
CMYK 0 0.11 0.36 0.07
HSL 42.35º 0.7% 0.76% -
HSV(B) 42.35º 0.36% 0.93% -
XYZ 64.14 67.36 39.33 -
YUV 212.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 237 212 152 0 0.11 0.36 0.07 42.35 0.7 0.76
Hex ED D4 98 0 B 24 7 2A 46 4C
Octal 355 324 230 0 13 44 7 52 106 114
Binary 11101101 11010100 10011000 0 1011 100100 111 101010 1000110 1001100

Color Harmonies of #EDD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD498

Black with #EDD498

Text Example


Text Example

White with #EDD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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