Html Css Color HEX #E7D25F Golden Sand

📋 copy color: '#E7D25F'

red 231 ◦ green 210 ◦ blue 95

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

Shades of Golden Sand #E7D25F

Tints of Golden Sand #E7D25F

RGB

 RED value IS 231 (90.63% from 255) = 43.1%

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

 BLUE value IS 95 (37.5% from 255) = 17.72%

R = 43.1%
G = 39.18%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7D25F (or 0xE7D25F) is known color: Golden Sand. HEX triplet: E7, D2 and 5F. RGB value is (231,210,95). Sum of RGB (Red+Green+Blue) = 231+210+95=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D25F is #182DA0. Grayscale: #CBCBCB. Windows color (decimal): -1584545 or 6279911. OLE color: 6279911.

HSL color Cylindrical-coordinate representation of color #E7D25F: hue angle of 50.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D25F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 210 95 -
CMYK 0 0.09 0.59 0.09
HSL 50.74º 0.74% 0.64% -
HSV(B) 50.74º 0.59% 0.91% -
XYZ 58.07 63.91 20.1 -
YUV 203.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 231 210 95 0 0.09 0.59 0.09 50.74 0.74 0.64
Hex E7 D2 5F 0 9 3B 9 33 4A 40
Octal 347 322 137 0 11 73 11 63 112 100
Binary 11100111 11010010 1011111 0 1001 111011 1001 110011 1001010 1000000

Color Harmonies of #E7D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D25F

Black with #E7D25F

Text Example


Text Example

White with #E7D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D25F; }

 p { color: rgb(231,210,95); }

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

background-color css

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

 a { background-color: rgb(231,210,95); }

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

border-color css

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

 span { border-color: rgb(231,210,95); }

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