Html Css Color HEX #EDD69E Splash

📋 copy color: '#EDD69E'

red 237 ◦ green 214 ◦ blue 158

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

Shades of Splash #EDD69E

Tints of Splash #EDD69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.94%

R = 38.92%
G = 35.14%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD69E (or 0xEDD69E) is known color: Splash. HEX triplet: ED, D6 and 9E. RGB value is (237,214,158). Sum of RGB (Red+Green+Blue) = 237+214+158=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD69E is #122961. Grayscale: #D6D6D6. Windows color (decimal): -1190242 or 10409709. OLE color: 10409709.

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

Color convert

RGB 237 214 158 -
CMYK 0 0.10 0.33 0.07
HSL 42.53º 0.69% 0.77% -
HSV(B) 42.53º 0.33% 0.93% -
XYZ 65.14 68.57 42.15 -
YUV 214.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 237 214 158 0 0.10 0.33 0.07 42.53 0.69 0.77
Hex ED D6 9E 0 A 21 7 2B 45 4D
Octal 355 326 236 0 12 41 7 53 105 115
Binary 11101101 11010110 10011110 0 1010 100001 111 101011 1000101 1001101

Color Harmonies of #EDD69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD69E

Black with #EDD69E

Text Example


Text Example

White with #EDD69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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