Html Css Color HEX #E0CE5F Golden Sand

📋 copy color: '#E0CE5F'

red 224 ◦ green 206 ◦ blue 95

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

Shades of Golden Sand #E0CE5F

Tints of Golden Sand #E0CE5F

RGB

 RED value IS 224 (87.89% from 255) = 42.67%

 GREEN value IS 206 (80.86% from 255) = 39.24%

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

R = 42.67%
G = 39.24%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0CE5F (or 0xE0CE5F) is known color: Golden Sand. HEX triplet: E0, CE and 5F. RGB value is (224,206,95). Sum of RGB (Red+Green+Blue) = 224+206+95=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE5F is #1F31A0. Grayscale: #C7C7C7. Windows color (decimal): -2044321 or 6278880. OLE color: 6278880.

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

Color convert

RGB 224 206 95 -
CMYK 0 0.08 0.58 0.12
HSL 51.63º 0.68% 0.63% -
HSV(B) 51.63º 0.58% 0.88% -
XYZ 54.88 60.82 19.67 -
YUV 198.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 224 206 95 0 0.08 0.58 0.12 51.63 0.68 0.63
Hex E0 CE 5F 0 8 3A C 34 44 3F
Octal 340 316 137 0 10 72 14 64 104 77
Binary 11100000 11001110 1011111 0 1000 111010 1100 110100 1000100 111111

Color Harmonies of #E0CE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE5F

Black with #E0CE5F

Text Example


Text Example

White with #E0CE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE5F; }

 p { color: rgb(224,206,95); }

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

background-color css

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

 a { background-color: rgb(224,206,95); }

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

border-color css

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

 span { border-color: rgb(224,206,95); }

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