Html Css Color HEX #EADB65 Golden Sand

📋 copy color: '#EADB65'

red 234 ◦ green 219 ◦ blue 101

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

Shades of Golden Sand #EADB65

Tints of Golden Sand #EADB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

 BLUE value IS 101 (39.84% from 255) = 18.23%

R = 42.24%
G = 39.53%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EADB65 (or 0xEADB65) is known color: Golden Sand. HEX triplet: EA, DB and 65. RGB value is (234,219,101). Sum of RGB (Red+Green+Blue) = 234+219+101=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB65 is #15249A. Grayscale: #D2D2D2. Windows color (decimal): -1385627 or 6675434. OLE color: 6675434.

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

Color convert

RGB 234 219 101 -
CMYK 0 0.06 0.57 0.08
HSL 53.23º 0.76% 0.66% -
HSV(B) 53.23º 0.57% 0.92% -
XYZ 61.61 69.1 22.4 -
YUV 210.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 234 219 101 0 0.06 0.57 0.08 53.23 0.76 0.66
Hex EA DB 65 0 6 39 8 35 4C 42
Octal 352 333 145 0 6 71 10 65 114 102
Binary 11101010 11011011 1100101 0 110 111001 1000 110101 1001100 1000010

Color Harmonies of #EADB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB65

Black with #EADB65

Text Example


Text Example

White with #EADB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB65; }

 p { color: rgb(234,219,101); }

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

background-color css

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

 a { background-color: rgb(234,219,101); }

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

border-color css

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

 span { border-color: rgb(234,219,101); }

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