Html Css Color HEX #EBDC67 Golden Sand

📋 copy color: '#EBDC67'

red 235 ◦ green 220 ◦ blue 103

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

Shades of Golden Sand #EBDC67

Tints of Golden Sand #EBDC67

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 103 (40.63% from 255) = 18.46%

R = 42.11%
G = 39.43%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBDC67 (or 0xEBDC67) is known color: Golden Sand. HEX triplet: EB, DC and 67. RGB value is (235,220,103). Sum of RGB (Red+Green+Blue) = 235+220+103=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC67 is #142398. Grayscale: #D3D3D3. Windows color (decimal): -1319833 or 6806763. OLE color: 6806763.

HSL color Cylindrical-coordinate representation of color #EBDC67: hue angle of 53.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBDC67 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 103 -
CMYK 0 0.06 0.56 0.08
HSL 53.18º 0.77% 0.66% -
HSV(B) 53.18º 0.56% 0.92% -
XYZ 62.3 69.83 23.03 -
YUV 211.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 235 220 103 0 0.06 0.56 0.08 53.18 0.77 0.66
Hex EB DC 67 0 6 38 8 35 4D 42
Octal 353 334 147 0 6 70 10 65 115 102
Binary 11101011 11011100 1100111 0 110 111000 1000 110101 1001101 1000010

Color Harmonies of #EBDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC67

Black with #EBDC67

Text Example


Text Example

White with #EBDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC67; }

 p { color: rgb(235,220,103); }

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

background-color css

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

 a { background-color: rgb(235,220,103); }

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

border-color css

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

 span { border-color: rgb(235,220,103); }

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