Html Css Color HEX #E1CF62 Golden Sand

📋 copy color: '#E1CF62'

red 225 ◦ green 207 ◦ blue 98

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

Shades of Golden Sand #E1CF62

Tints of Golden Sand #E1CF62

RGB

 RED value IS 225 (88.28% from 255) = 42.45%

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

 BLUE value IS 98 (38.67% from 255) = 18.49%

R = 42.45%
G = 39.06%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1CF62 (or 0xE1CF62) is known color: Golden Sand. HEX triplet: E1, CF and 62. RGB value is (225,207,98). Sum of RGB (Red+Green+Blue) = 225+207+98=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF62 is #1E309D. Grayscale: #C8C8C8. Windows color (decimal): -1978526 or 6475745. OLE color: 6475745.

HSL color Cylindrical-coordinate representation of color #E1CF62: hue angle of 51.5º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1CF62 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 98 -
CMYK 0 0.08 0.56 0.12
HSL 51.5º 0.68% 0.63% -
HSV(B) 51.5º 0.56% 0.88% -
XYZ 55.57 61.52 20.5 -
YUV 199.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 225 207 98 0 0.08 0.56 0.12 51.5 0.68 0.63
Hex E1 CF 62 0 8 38 C 33 44 3F
Octal 341 317 142 0 10 70 14 63 104 77
Binary 11100001 11001111 1100010 0 1000 111000 1100 110011 1000100 111111

Color Harmonies of #E1CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF62

Black with #E1CF62

Text Example


Text Example

White with #E1CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF62; }

 p { color: rgb(225,207,98); }

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

background-color css

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

 a { background-color: rgb(225,207,98); }

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

border-color css

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

 span { border-color: rgb(225,207,98); }

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