Html Css Color HEX #EBCF74 Golden Sand

📋 copy color: '#EBCF74'

red 235 ◦ green 207 ◦ blue 116

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

Shades of Golden Sand #EBCF74

Tints of Golden Sand #EBCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 42.11%
G = 37.1%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBCF74 (or 0xEBCF74) is known color: Golden Sand. HEX triplet: EB, CF and 74. RGB value is (235,207,116). Sum of RGB (Red+Green+Blue) = 235+207+116=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCF74 is #14308B. Grayscale: #CDCDCD. Windows color (decimal): -1323148 or 7655403. OLE color: 7655403.

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

Color convert

RGB 235 207 116 -
CMYK 0 0.12 0.51 0.08
HSL 45.88º 0.75% 0.69% -
HSV(B) 45.88º 0.51% 0.92% -
XYZ 59.73 63.55 25.64 -
YUV 205 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 235 207 116 0 0.12 0.51 0.08 45.88 0.75 0.69
Hex EB CF 74 0 C 33 8 2E 4B 45
Octal 353 317 164 0 14 63 10 56 113 105
Binary 11101011 11001111 1110100 0 1100 110011 1000 101110 1001011 1000101

Color Harmonies of #EBCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF74

Black with #EBCF74

Text Example


Text Example

White with #EBCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF74; }

 p { color: rgb(235,207,116); }

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

background-color css

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

 a { background-color: rgb(235,207,116); }

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

border-color css

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

 span { border-color: rgb(235,207,116); }

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