Html Css Color HEX #EBCB6E Golden Sand

📋 copy color: '#EBCB6E'

red 235 ◦ green 203 ◦ blue 110

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

Shades of Golden Sand #EBCB6E

Tints of Golden Sand #EBCB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 42.88%
G = 37.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBCB6E (or 0xEBCB6E) is known color: Golden Sand. HEX triplet: EB, CB and 6E. RGB value is (235,203,110). Sum of RGB (Red+Green+Blue) = 235+203+110=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB6E is #143491. Grayscale: #CACACA. Windows color (decimal): -1324178 or 7261163. OLE color: 7261163.

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

Color convert

RGB 235 203 110 -
CMYK 0 0.14 0.53 0.08
HSL 44.64º 0.76% 0.68% -
HSV(B) 44.64º 0.53% 0.92% -
XYZ 58.43 61.5 23.54 -
YUV 201.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 235 203 110 0 0.14 0.53 0.08 44.64 0.76 0.68
Hex EB CB 6E 0 E 35 8 2D 4C 44
Octal 353 313 156 0 16 65 10 55 114 104
Binary 11101011 11001011 1101110 0 1110 110101 1000 101101 1001100 1000100

Color Harmonies of #EBCB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB6E

Black with #EBCB6E

Text Example


Text Example

White with #EBCB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB6E; }

 p { color: rgb(235,203,110); }

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

background-color css

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

 a { background-color: rgb(235,203,110); }

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

border-color css

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

 span { border-color: rgb(235,203,110); }

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