Html Css Color HEX #EBC769 Golden Sand

📋 copy color: '#EBC769'

red 235 ◦ green 199 ◦ blue 105

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

Shades of Golden Sand #EBC769

Tints of Golden Sand #EBC769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.92%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 43.6%
G = 36.92%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBC769 (or 0xEBC769) is known color: Golden Sand. HEX triplet: EB, C7 and 69. RGB value is (235,199,105). Sum of RGB (Red+Green+Blue) = 235+199+105=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC769 is #143896. Grayscale: #C7C7C7. Windows color (decimal): -1325207 or 6932459. OLE color: 6932459.

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

Color convert

RGB 235 199 105 -
CMYK 0 0.15 0.55 0.08
HSL 43.38º 0.76% 0.67% -
HSV(B) 43.38º 0.55% 0.92% -
XYZ 57.23 59.53 21.84 -
YUV 199.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 235 199 105 0 0.15 0.55 0.08 43.38 0.76 0.67
Hex EB C7 69 0 F 37 8 2B 4C 43
Octal 353 307 151 0 17 67 10 53 114 103
Binary 11101011 11000111 1101001 0 1111 110111 1000 101011 1001100 1000011

Color Harmonies of #EBC769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC769

Black with #EBC769

Text Example


Text Example

White with #EBC769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC769; }

 p { color: rgb(235,199,105); }

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

background-color css

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

 a { background-color: rgb(235,199,105); }

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

border-color css

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

 span { border-color: rgb(235,199,105); }

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