Html Css Color HEX #EBCD70 Golden Sand

📋 copy color: '#EBCD70'

red 235 ◦ green 205 ◦ blue 112

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

Shades of Golden Sand #EBCD70

Tints of Golden Sand #EBCD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 42.57%
G = 37.14%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBCD70 (or 0xEBCD70) is known color: Golden Sand. HEX triplet: EB, CD and 70. RGB value is (235,205,112). Sum of RGB (Red+Green+Blue) = 235+205+112=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD70 is #14328F. Grayscale: #CBCBCB. Windows color (decimal): -1323664 or 7392747. OLE color: 7392747.

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

Color convert

RGB 235 205 112 -
CMYK 0 0.13 0.52 0.08
HSL 45.37º 0.75% 0.68% -
HSV(B) 45.37º 0.52% 0.92% -
XYZ 59.02 62.49 24.28 -
YUV 203.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 235 205 112 0 0.13 0.52 0.08 45.37 0.75 0.68
Hex EB CD 70 0 D 34 8 2D 4B 44
Octal 353 315 160 0 15 64 10 55 113 104
Binary 11101011 11001101 1110000 0 1101 110100 1000 101101 1001011 1000100

Color Harmonies of #EBCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD70

Black with #EBCD70

Text Example


Text Example

White with #EBCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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