Html Css Color HEX #EDD69A Splash

📋 copy color: '#EDD69A'

red 237 ◦ green 214 ◦ blue 154

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

Shades of Splash #EDD69A

Tints of Splash #EDD69A

RGB

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

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

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

R = 39.17%
G = 35.37%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD69A (or 0xEDD69A) is known color: Splash. HEX triplet: ED, D6 and 9A. RGB value is (237,214,154). Sum of RGB (Red+Green+Blue) = 237+214+154=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD69A is #122965. Grayscale: #D6D6D6. Windows color (decimal): -1190246 or 10147565. OLE color: 10147565.

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

Color convert

RGB 237 214 154 -
CMYK 0 0.10 0.35 0.07
HSL 43.37º 0.7% 0.77% -
HSV(B) 43.37º 0.35% 0.93% -
XYZ 64.8 68.43 40.36 -
YUV 214.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 237 214 154 0 0.10 0.35 0.07 43.37 0.7 0.77
Hex ED D6 9A 0 A 23 7 2B 46 4D
Octal 355 326 232 0 12 43 7 53 106 115
Binary 11101101 11010110 10011010 0 1010 100011 111 101011 1000110 1001101

Color Harmonies of #EDD69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD69A

Black with #EDD69A

Text Example


Text Example

White with #EDD69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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