Html Css Color HEX #E7CD74 Golden Sand

📋 copy color: '#E7CD74'

red 231 ◦ green 205 ◦ blue 116

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

Shades of Golden Sand #E7CD74

Tints of Golden Sand #E7CD74

RGB

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

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

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

R = 41.85%
G = 37.14%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7CD74 (or 0xE7CD74) is known color: Golden Sand. HEX triplet: E7, CD and 74. RGB value is (231,205,116). Sum of RGB (Red+Green+Blue) = 231+205+116=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD74 is #18328B. Grayscale: #CBCBCB. Windows color (decimal): -1585804 or 7654887. OLE color: 7654887.

HSL color Cylindrical-coordinate representation of color #E7CD74: hue angle of 46.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7CD74 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 205 116 -
CMYK 0 0.11 0.50 0.09
HSL 46.43º 0.71% 0.68% -
HSV(B) 46.43º 0.5% 0.91% -
XYZ 57.94 61.91 25.42 -
YUV 202.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 231 205 116 0 0.11 0.50 0.09 46.43 0.71 0.68
Hex E7 CD 74 0 B 32 9 2E 47 44
Octal 347 315 164 0 13 62 11 56 107 104
Binary 11100111 11001101 1110100 0 1011 110010 1001 101110 1000111 1000100

Color Harmonies of #E7CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD74

Black with #E7CD74

Text Example


Text Example

White with #E7CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD74; }

 p { color: rgb(231,205,116); }

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

background-color css

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

 a { background-color: rgb(231,205,116); }

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

border-color css

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

 span { border-color: rgb(231,205,116); }

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