Html Css Color HEX #EBCC5E Golden Sand

📋 copy color: '#EBCC5E'

red 235 ◦ green 204 ◦ blue 94

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

Shades of Golden Sand #EBCC5E

Tints of Golden Sand #EBCC5E

RGB

 RED value IS 235 (92.19% from 255) = 44.09%

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 44.09%
G = 38.27%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBCC5E (or 0xEBCC5E) is known color: Golden Sand. HEX triplet: EB, CC and 5E. RGB value is (235,204,94). Sum of RGB (Red+Green+Blue) = 235+204+94=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC5E is #1433A1. Grayscale: #C9C9C9. Windows color (decimal): -1323938 or 6212843. OLE color: 6212843.

HSL color Cylindrical-coordinate representation of color #EBCC5E: hue angle of 46.81º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBCC5E is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 94 -
CMYK 0 0.13 0.6 0.08
HSL 46.81º 0.78% 0.65% -
HSV(B) 46.81º 0.6% 0.92% -
XYZ 57.87 61.66 19.44 -
YUV 200.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 235 204 94 0 0.13 0.6 0.08 46.81 0.78 0.65
Hex EB CC 5E 0 D 3C 8 2F 4E 41
Octal 353 314 136 0 15 74 10 57 116 101
Binary 11101011 11001100 1011110 0 1101 111100 1000 101111 1001110 1000001

Color Harmonies of #EBCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC5E

Black with #EBCC5E

Text Example


Text Example

White with #EBCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC5E; }

 p { color: rgb(235,204,94); }

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

background-color css

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

 a { background-color: rgb(235,204,94); }

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

border-color css

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

 span { border-color: rgb(235,204,94); }

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