Html Css Color HEX #EAD367 Golden Sand

📋 copy color: '#EAD367'

red 234 ◦ green 211 ◦ blue 103

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

Shades of Golden Sand #EAD367

Tints of Golden Sand #EAD367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.5%

 BLUE value IS 103 (40.63% from 255) = 18.8%

R = 42.7%
G = 38.5%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD367 (or 0xEAD367) is known color: Golden Sand. HEX triplet: EA, D3 and 67. RGB value is (234,211,103). Sum of RGB (Red+Green+Blue) = 234+211+103=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD367 is #152C98. Grayscale: #CECECE. Windows color (decimal): -1387673 or 6804458. OLE color: 6804458.

HSL color Cylindrical-coordinate representation of color #EAD367: hue angle of 49.47º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAD367 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 103 -
CMYK 0 0.10 0.56 0.08
HSL 49.47º 0.76% 0.66% -
HSV(B) 49.47º 0.56% 0.92% -
XYZ 59.67 65.06 22.24 -
YUV 205.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 234 211 103 0 0.10 0.56 0.08 49.47 0.76 0.66
Hex EA D3 67 0 A 38 8 31 4C 42
Octal 352 323 147 0 12 70 10 61 114 102
Binary 11101010 11010011 1100111 0 1010 111000 1000 110001 1001100 1000010

Color Harmonies of #EAD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD367

Black with #EAD367

Text Example


Text Example

White with #EAD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD367; }

 p { color: rgb(234,211,103); }

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

background-color css

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

 a { background-color: rgb(234,211,103); }

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

border-color css

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

 span { border-color: rgb(234,211,103); }

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