Html Css Color HEX #EBCC6B Golden Sand

📋 copy color: '#EBCC6B'

red 235 ◦ green 204 ◦ blue 107

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

Shades of Golden Sand #EBCC6B

Tints of Golden Sand #EBCC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.36%

 BLUE value IS 107 (42.19% from 255) = 19.6%

R = 43.04%
G = 37.36%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBCC6B (or 0xEBCC6B) is known color: Golden Sand. HEX triplet: EB, CC and 6B. RGB value is (235,204,107). Sum of RGB (Red+Green+Blue) = 235+204+107=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC6B is #143394. Grayscale: #CACACA. Windows color (decimal): -1323925 or 7064811. OLE color: 7064811.

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

Color convert

RGB 235 204 107 -
CMYK 0 0.13 0.54 0.08
HSL 45.47º 0.76% 0.67% -
HSV(B) 45.47º 0.54% 0.92% -
XYZ 58.51 61.91 22.78 -
YUV 202.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 235 204 107 0 0.13 0.54 0.08 45.47 0.76 0.67
Hex EB CC 6B 0 D 36 8 2D 4C 43
Octal 353 314 153 0 15 66 10 55 114 103
Binary 11101011 11001100 1101011 0 1101 110110 1000 101101 1001100 1000011

Color Harmonies of #EBCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC6B

Black with #EBCC6B

Text Example


Text Example

White with #EBCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC6B; }

 p { color: rgb(235,204,107); }

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

background-color css

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

 a { background-color: rgb(235,204,107); }

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

border-color css

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

 span { border-color: rgb(235,204,107); }

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