Html Css Color HEX #E3CF5E Golden Sand

📋 copy color: '#E3CF5E'

red 227 ◦ green 207 ◦ blue 94

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

Shades of Golden Sand #E3CF5E

Tints of Golden Sand #E3CF5E

RGB

 RED value IS 227 (89.06% from 255) = 42.99%

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

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 42.99%
G = 39.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3CF5E (or 0xE3CF5E) is known color: Golden Sand. HEX triplet: E3, CF and 5E. RGB value is (227,207,94). Sum of RGB (Red+Green+Blue) = 227+207+94=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CF5E is #1C30A1. Grayscale: #C8C8C8. Windows color (decimal): -1847458 or 6213603. OLE color: 6213603.

HSL color Cylindrical-coordinate representation of color #E3CF5E: hue angle of 50.98º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3CF5E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 207 94 -
CMYK 0 0.09 0.59 0.11
HSL 50.98º 0.7% 0.63% -
HSV(B) 50.98º 0.59% 0.89% -
XYZ 56.01 61.76 19.56 -
YUV 200.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 227 207 94 0 0.09 0.59 0.11 50.98 0.7 0.63
Hex E3 CF 5E 0 9 3B B 33 46 3F
Octal 343 317 136 0 11 73 13 63 106 77
Binary 11100011 11001111 1011110 0 1001 111011 1011 110011 1000110 111111

Color Harmonies of #E3CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CF5E

Black with #E3CF5E

Text Example


Text Example

White with #E3CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CF5E; }

 p { color: rgb(227,207,94); }

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

background-color css

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

 a { background-color: rgb(227,207,94); }

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

border-color css

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

 span { border-color: rgb(227,207,94); }

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