Html Css Color HEX #EBC867 Golden Sand

📋 copy color: '#EBC867'

red 235 ◦ green 200 ◦ blue 103

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

Shades of Golden Sand #EBC867

Tints of Golden Sand #EBC867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 43.68%
G = 37.17%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC867 (or 0xEBC867) is known color: Golden Sand. HEX triplet: EB, C8 and 67. RGB value is (235,200,103). Sum of RGB (Red+Green+Blue) = 235+200+103=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC867 is #143798. Grayscale: #C7C7C7. Windows color (decimal): -1324953 or 6801643. OLE color: 6801643.

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

Color convert

RGB 235 200 103 -
CMYK 0 0.15 0.56 0.08
HSL 44.09º 0.77% 0.66% -
HSV(B) 44.09º 0.56% 0.92% -
XYZ 57.36 59.95 21.38 -
YUV 199.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 235 200 103 0 0.15 0.56 0.08 44.09 0.77 0.66
Hex EB C8 67 0 F 38 8 2C 4D 42
Octal 353 310 147 0 17 70 10 54 115 102
Binary 11101011 11001000 1100111 0 1111 111000 1000 101100 1001101 1000010

Color Harmonies of #EBC867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC867

Black with #EBC867

Text Example


Text Example

White with #EBC867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC867; }

 p { color: rgb(235,200,103); }

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

background-color css

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

 a { background-color: rgb(235,200,103); }

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

border-color css

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

 span { border-color: rgb(235,200,103); }

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