Html Css Color HEX #EBD271 Golden Sand

📋 copy color: '#EBD271'

red 235 ◦ green 210 ◦ blue 113

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

Shades of Golden Sand #EBD271

Tints of Golden Sand #EBD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

 BLUE value IS 113 (44.53% from 255) = 20.25%

R = 42.11%
G = 37.63%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBD271 (or 0xEBD271) is known color: Golden Sand. HEX triplet: EB, D2 and 71. RGB value is (235,210,113). Sum of RGB (Red+Green+Blue) = 235+210+113=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD271 is #142D8E. Grayscale: #CECECE. Windows color (decimal): -1322383 or 7459563. OLE color: 7459563.

HSL color Cylindrical-coordinate representation of color #EBD271: hue angle of 47.7º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBD271 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 113 -
CMYK 0 0.11 0.52 0.08
HSL 47.7º 0.75% 0.68% -
HSV(B) 47.7º 0.52% 0.92% -
XYZ 60.29 64.95 24.98 -
YUV 206.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 235 210 113 0 0.11 0.52 0.08 47.7 0.75 0.68
Hex EB D2 71 0 B 34 8 30 4B 44
Octal 353 322 161 0 13 64 10 60 113 104
Binary 11101011 11010010 1110001 0 1011 110100 1000 110000 1001011 1000100

Color Harmonies of #EBD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD271

Black with #EBD271

Text Example


Text Example

White with #EBD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD271; }

 p { color: rgb(235,210,113); }

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

background-color css

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

 a { background-color: rgb(235,210,113); }

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

border-color css

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

 span { border-color: rgb(235,210,113); }

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