Html Css Color HEX #EAD072 Golden Sand

📋 copy color: '#EAD072'

red 234 ◦ green 208 ◦ blue 114

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

Shades of Golden Sand #EAD072

Tints of Golden Sand #EAD072

RGB

 RED value IS 234 (91.8% from 255) = 42.09%

 GREEN value IS 208 (81.64% from 255) = 37.41%

 BLUE value IS 114 (44.92% from 255) = 20.5%

R = 42.09%
G = 37.41%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD072 (or 0xEAD072) is known color: Golden Sand. HEX triplet: EA, D0 and 72. RGB value is (234,208,114). Sum of RGB (Red+Green+Blue) = 234+208+114=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD072 is #152F8D. Grayscale: #CDCDCD. Windows color (decimal): -1388430 or 7524586. OLE color: 7524586.

HSL color Cylindrical-coordinate representation of color #EAD072: hue angle of 47º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAD072 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 114 -
CMYK 0 0.11 0.51 0.08
HSL 47º 0.74% 0.68% -
HSV(B) 47º 0.51% 0.92% -
XYZ 59.52 63.82 25.1 -
YUV 205.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 234 208 114 0 0.11 0.51 0.08 47 0.74 0.68
Hex EA D0 72 0 B 33 8 2F 4A 44
Octal 352 320 162 0 13 63 10 57 112 104
Binary 11101010 11010000 1110010 0 1011 110011 1000 101111 1001010 1000100

Color Harmonies of #EAD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD072

Black with #EAD072

Text Example


Text Example

White with #EAD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD072; }

 p { color: rgb(234,208,114); }

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

background-color css

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

 a { background-color: rgb(234,208,114); }

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

border-color css

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

 span { border-color: rgb(234,208,114); }

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