Html Css Color HEX #E5CF6F Golden Sand

📋 copy color: '#E5CF6F'

red 229 ◦ green 207 ◦ blue 111

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

Shades of Golden Sand #E5CF6F

Tints of Golden Sand #E5CF6F

RGB

 RED value IS 229 (89.84% from 255) = 41.86%

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 41.86%
G = 37.84%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5CF6F (or 0xE5CF6F) is known color: Golden Sand. HEX triplet: E5, CF and 6F. RGB value is (229,207,111). Sum of RGB (Red+Green+Blue) = 229+207+111=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF6F is #1A3090. Grayscale: #CBCBCB. Windows color (decimal): -1716369 or 7327717. OLE color: 7327717.

HSL color Cylindrical-coordinate representation of color #E5CF6F: hue angle of 48.81º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5CF6F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 111 -
CMYK 0 0.10 0.52 0.10
HSL 48.81º 0.69% 0.67% -
HSV(B) 48.81º 0.52% 0.9% -
XYZ 57.5 62.43 24.06 -
YUV 202.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 229 207 111 0 0.10 0.52 0.10 48.81 0.69 0.67
Hex E5 CF 6F 0 A 34 A 31 45 43
Octal 345 317 157 0 12 64 12 61 105 103
Binary 11100101 11001111 1101111 0 1010 110100 1010 110001 1000101 1000011

Color Harmonies of #E5CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF6F

Black with #E5CF6F

Text Example


Text Example

White with #E5CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF6F; }

 p { color: rgb(229,207,111); }

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

background-color css

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

 a { background-color: rgb(229,207,111); }

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

border-color css

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

 span { border-color: rgb(229,207,111); }

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