Html Css Color HEX #EBCD65 Golden Sand

📋 copy color: '#EBCD65'

red 235 ◦ green 205 ◦ blue 101

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

Shades of Golden Sand #EBCD65

Tints of Golden Sand #EBCD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

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

R = 43.44%
G = 37.89%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBCD65 (or 0xEBCD65) is known color: Golden Sand. HEX triplet: EB, CD and 65. RGB value is (235,205,101). Sum of RGB (Red+Green+Blue) = 235+205+101=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD65 is #14329A. Grayscale: #CACACA. Windows color (decimal): -1323675 or 6671851. OLE color: 6671851.

HSL color Cylindrical-coordinate representation of color #EBCD65: hue angle of 46.57º degrees, saturation: 0.77, 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 #EBCD65 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 101 -
CMYK 0 0.13 0.57 0.08
HSL 46.57º 0.77% 0.66% -
HSV(B) 46.57º 0.57% 0.92% -
XYZ 58.44 62.26 21.25 -
YUV 202.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 235 205 101 0 0.13 0.57 0.08 46.57 0.77 0.66
Hex EB CD 65 0 D 39 8 2F 4D 42
Octal 353 315 145 0 15 71 10 57 115 102
Binary 11101011 11001101 1100101 0 1101 111001 1000 101111 1001101 1000010

Color Harmonies of #EBCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD65

Black with #EBCD65

Text Example


Text Example

White with #EBCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD65; }

 p { color: rgb(235,205,101); }

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

background-color css

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

 a { background-color: rgb(235,205,101); }

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

border-color css

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

 span { border-color: rgb(235,205,101); }

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