Html Css Color HEX #EDD698 Splash

📋 copy color: '#EDD698'

red 237 ◦ green 214 ◦ blue 152

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

Shades of Splash #EDD698

Tints of Splash #EDD698

RGB

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

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

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

R = 39.3%
G = 35.49%
B = 25.21%

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

#EDD698 (or 0xEDD698) is known color: Splash. HEX triplet: ED, D6 and 98. RGB value is (237,214,152). Sum of RGB (Red+Green+Blue) = 237+214+152=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD698 is #122967. Grayscale: #D6D6D6. Windows color (decimal): -1190248 or 10016493. OLE color: 10016493.

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

Color convert

RGB 237 214 152 -
CMYK 0 0.10 0.36 0.07
HSL 43.76º 0.7% 0.76% -
HSV(B) 43.76º 0.36% 0.93% -
XYZ 64.64 68.36 39.49 -
YUV 213.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 237 214 152 0 0.10 0.36 0.07 43.76 0.7 0.76
Hex ED D6 98 0 A 24 7 2C 46 4C
Octal 355 326 230 0 12 44 7 54 106 114
Binary 11101101 11010110 10011000 0 1010 100100 111 101100 1000110 1001100

Color Harmonies of #EDD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD698

Black with #EDD698

Text Example


Text Example

White with #EDD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD698; }

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

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

background-color css

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

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

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

border-color css

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

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

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