Html Css Color HEX #EFC863 Golden Sand

📋 copy color: '#EFC863'

red 239 ◦ green 200 ◦ blue 99

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

Shades of Golden Sand #EFC863

Tints of Golden Sand #EFC863

RGB

 RED value IS 239 (93.75% from 255) = 44.42%

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 44.42%
G = 37.17%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC863 (or 0xEFC863) is known color: Golden Sand. HEX triplet: EF, C8 and 63. RGB value is (239,200,99). Sum of RGB (Red+Green+Blue) = 239+200+99=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC863 is #10379C. Grayscale: #C8C8C8. Windows color (decimal): -1062813 or 6539503. OLE color: 6539503.

HSL color Cylindrical-coordinate representation of color #EFC863: hue angle of 43.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC863 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 99 -
CMYK 0 0.16 0.59 0.06
HSL 43.29º 0.81% 0.66% -
HSV(B) 43.29º 0.59% 0.94% -
XYZ 58.5 60.56 20.41 -
YUV 200.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 239 200 99 0 0.16 0.59 0.06 43.29 0.81 0.66
Hex EF C8 63 0 10 3B 6 2B 51 42
Octal 357 310 143 0 20 73 6 53 121 102
Binary 11101111 11001000 1100011 0 10000 111011 110 101011 1010001 1000010

Color Harmonies of #EFC863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC863

Black with #EFC863

Text Example


Text Example

White with #EFC863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC863; }

 p { color: rgb(239,200,99); }

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

background-color css

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

 a { background-color: rgb(239,200,99); }

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

border-color css

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

 span { border-color: rgb(239,200,99); }

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