Html Css Color HEX #EBD071 Golden Sand

📋 copy color: '#EBD071'

red 235 ◦ green 208 ◦ blue 113

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

Shades of Golden Sand #EBD071

Tints of Golden Sand #EBD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

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

R = 42.27%
G = 37.41%
B = 20.32%

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

#EBD071 (or 0xEBD071) is known color: Golden Sand. HEX triplet: EB, D0 and 71. RGB value is (235,208,113). Sum of RGB (Red+Green+Blue) = 235+208+113=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD071 is #142F8E. Grayscale: #CDCDCD. Windows color (decimal): -1322895 or 7459051. OLE color: 7459051.

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

Color convert

RGB 235 208 113 -
CMYK 0 0.11 0.52 0.08
HSL 46.72º 0.75% 0.68% -
HSV(B) 46.72º 0.52% 0.92% -
XYZ 59.8 63.97 24.82 -
YUV 205.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 235 208 113 0 0.11 0.52 0.08 46.72 0.75 0.68
Hex EB D0 71 0 B 34 8 2F 4B 44
Octal 353 320 161 0 13 64 10 57 113 104
Binary 11101011 11010000 1110001 0 1011 110100 1000 101111 1001011 1000100

Color Harmonies of #EBD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD071

Black with #EBD071

Text Example


Text Example

White with #EBD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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