Html Css Color HEX #EBCB6D Golden Sand

📋 copy color: '#EBCB6D'

red 235 ◦ green 203 ◦ blue 109

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

Shades of Golden Sand #EBCB6D

Tints of Golden Sand #EBCB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 42.96%
G = 37.11%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBCB6D (or 0xEBCB6D) is known color: Golden Sand. HEX triplet: EB, CB and 6D. RGB value is (235,203,109). Sum of RGB (Red+Green+Blue) = 235+203+109=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB6D is #143492. Grayscale: #CACACA. Windows color (decimal): -1324179 or 7195627. OLE color: 7195627.

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

Color convert

RGB 235 203 109 -
CMYK 0 0.14 0.54 0.08
HSL 44.76º 0.76% 0.67% -
HSV(B) 44.76º 0.54% 0.92% -
XYZ 58.38 61.48 23.26 -
YUV 201.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 235 203 109 0 0.14 0.54 0.08 44.76 0.76 0.67
Hex EB CB 6D 0 E 36 8 2D 4C 43
Octal 353 313 155 0 16 66 10 55 114 103
Binary 11101011 11001011 1101101 0 1110 110110 1000 101101 1001100 1000011

Color Harmonies of #EBCB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB6D

Black with #EBCB6D

Text Example


Text Example

White with #EBCB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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