Html Css Color HEX #EBCD68 Golden Sand

📋 copy color: '#EBCD68'

red 235 ◦ green 205 ◦ blue 104

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

Shades of Golden Sand #EBCD68

Tints of Golden Sand #EBCD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.12%

R = 43.2%
G = 37.68%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBCD68 (or 0xEBCD68) is known color: Golden Sand. HEX triplet: EB, CD and 68. RGB value is (235,205,104). Sum of RGB (Red+Green+Blue) = 235+205+104=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD68 is #143297. Grayscale: #CACACA. Windows color (decimal): -1323672 or 6868459. OLE color: 6868459.

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

Color convert

RGB 235 205 104 -
CMYK 0 0.13 0.56 0.08
HSL 46.26º 0.77% 0.66% -
HSV(B) 46.26º 0.56% 0.92% -
XYZ 58.59 62.32 22.04 -
YUV 202.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 235 205 104 0 0.13 0.56 0.08 46.26 0.77 0.66
Hex EB CD 68 0 D 38 8 2E 4D 42
Octal 353 315 150 0 15 70 10 56 115 102
Binary 11101011 11001101 1101000 0 1101 111000 1000 101110 1001101 1000010

Color Harmonies of #EBCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD68

Black with #EBCD68

Text Example


Text Example

White with #EBCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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