Html Css Color HEX #EBCD6A Golden Sand

📋 copy color: '#EBCD6A'

red 235 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #EBCD6A

Tints of Golden Sand #EBCD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.41%

R = 43.04%
G = 37.55%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBCD6A (or 0xEBCD6A) is known color: Golden Sand. HEX triplet: EB, CD and 6A. RGB value is (235,205,106). Sum of RGB (Red+Green+Blue) = 235+205+106=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD6A is #143295. Grayscale: #CBCBCB. Windows color (decimal): -1323670 or 6999531. OLE color: 6999531.

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

Color convert

RGB 235 205 106 -
CMYK 0 0.13 0.55 0.08
HSL 46.05º 0.76% 0.67% -
HSV(B) 46.05º 0.55% 0.92% -
XYZ 58.69 62.37 22.58 -
YUV 202.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 235 205 106 0 0.13 0.55 0.08 46.05 0.76 0.67
Hex EB CD 6A 0 D 37 8 2E 4C 43
Octal 353 315 152 0 15 67 10 56 114 103
Binary 11101011 11001101 1101010 0 1101 110111 1000 101110 1001100 1000011

Color Harmonies of #EBCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD6A

Black with #EBCD6A

Text Example


Text Example

White with #EBCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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