Html Css Color HEX #EBC469 Golden Sand

📋 copy color: '#EBC469'

red 235 ◦ green 196 ◦ blue 105

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

Shades of Golden Sand #EBC469

Tints of Golden Sand #EBC469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.57%

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

R = 43.84%
G = 36.57%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBC469 (or 0xEBC469) is known color: Golden Sand. HEX triplet: EB, C4 and 69. RGB value is (235,196,105). Sum of RGB (Red+Green+Blue) = 235+196+105=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC469 is #143B96. Grayscale: #C5C5C5. Windows color (decimal): -1325975 or 6931691. OLE color: 6931691.

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

Color convert

RGB 235 196 105 -
CMYK 0 0.17 0.55 0.08
HSL 42º 0.76% 0.67% -
HSV(B) 42º 0.55% 0.92% -
XYZ 56.55 58.16 21.61 -
YUV 197.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 235 196 105 0 0.17 0.55 0.08 42 0.76 0.67
Hex EB C4 69 0 11 37 8 2A 4C 43
Octal 353 304 151 0 21 67 10 52 114 103
Binary 11101011 11000100 1101001 0 10001 110111 1000 101010 1001100 1000011

Color Harmonies of #EBC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC469

Black with #EBC469

Text Example


Text Example

White with #EBC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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