Html Css Color HEX #EBD072 Golden Sand

📋 copy color: '#EBD072'

red 235 ◦ green 208 ◦ blue 114

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

Shades of Golden Sand #EBD072

Tints of Golden Sand #EBD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 42.19%
G = 37.34%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBD072 (or 0xEBD072) is known color: Golden Sand. HEX triplet: EB, D0 and 72. RGB value is (235,208,114). Sum of RGB (Red+Green+Blue) = 235+208+114=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD072 is #142F8D. Grayscale: #CDCDCD. Windows color (decimal): -1322894 or 7524587. OLE color: 7524587.

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

Color convert

RGB 235 208 114 -
CMYK 0 0.11 0.51 0.08
HSL 46.61º 0.75% 0.68% -
HSV(B) 46.61º 0.51% 0.92% -
XYZ 59.85 63.99 25.12 -
YUV 205.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 235 208 114 0 0.11 0.51 0.08 46.61 0.75 0.68
Hex EB D0 72 0 B 33 8 2F 4B 44
Octal 353 320 162 0 13 63 10 57 113 104
Binary 11101011 11010000 1110010 0 1011 110011 1000 101111 1001011 1000100

Color Harmonies of #EBD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD072

Black with #EBD072

Text Example


Text Example

White with #EBD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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