Html Css Color HEX #E1CF65 Golden Sand

📋 copy color: '#E1CF65'

red 225 ◦ green 207 ◦ blue 101

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

Shades of Golden Sand #E1CF65

Tints of Golden Sand #E1CF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.95%

R = 42.21%
G = 38.84%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1CF65 (or 0xE1CF65) is known color: Golden Sand. HEX triplet: E1, CF and 65. RGB value is (225,207,101). Sum of RGB (Red+Green+Blue) = 225+207+101=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF65 is #1E309A. Grayscale: #C8C8C8. Windows color (decimal): -1978523 or 6672353. OLE color: 6672353.

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

Color convert

RGB 225 207 101 -
CMYK 0 0.08 0.55 0.12
HSL 51.29º 0.67% 0.64% -
HSV(B) 51.29º 0.55% 0.88% -
XYZ 55.71 61.57 21.26 -
YUV 200.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 225 207 101 0 0.08 0.55 0.12 51.29 0.67 0.64
Hex E1 CF 65 0 8 37 C 33 43 40
Octal 341 317 145 0 10 67 14 63 103 100
Binary 11100001 11001111 1100101 0 1000 110111 1100 110011 1000011 1000000

Color Harmonies of #E1CF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF65

Black with #E1CF65

Text Example


Text Example

White with #E1CF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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