Html Css Color HEX #EBCD6B Golden Sand

📋 copy color: '#EBCD6B'

red 235 ◦ green 205 ◦ blue 107

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

Shades of Golden Sand #EBCD6B

Tints of Golden Sand #EBCD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

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

R = 42.96%
G = 37.48%
B = 19.56%

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

#EBCD6B (or 0xEBCD6B) is known color: Golden Sand. HEX triplet: EB, CD and 6B. RGB value is (235,205,107). Sum of RGB (Red+Green+Blue) = 235+205+107=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD6B is #143294. Grayscale: #CBCBCB. Windows color (decimal): -1323669 or 7065067. OLE color: 7065067.

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

Color convert

RGB 235 205 107 -
CMYK 0 0.13 0.54 0.08
HSL 45.94º 0.76% 0.67% -
HSV(B) 45.94º 0.54% 0.92% -
XYZ 58.75 62.39 22.86 -
YUV 202.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 235 205 107 0 0.13 0.54 0.08 45.94 0.76 0.67
Hex EB CD 6B 0 D 36 8 2E 4C 43
Octal 353 315 153 0 15 66 10 56 114 103
Binary 11101011 11001101 1101011 0 1101 110110 1000 101110 1001100 1000011

Color Harmonies of #EBCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD6B

Black with #EBCD6B

Text Example


Text Example

White with #EBCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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