Html Css Color HEX #EFC963 Golden Sand

📋 copy color: '#EFC963'

red 239 ◦ green 201 ◦ blue 99

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

Shades of Golden Sand #EFC963

Tints of Golden Sand #EFC963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 44.34%
G = 37.29%
B = 18.37%

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

#EFC963 (or 0xEFC963) is known color: Golden Sand. HEX triplet: EF, C9 and 63. RGB value is (239,201,99). Sum of RGB (Red+Green+Blue) = 239+201+99=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC963 is #10369C. Grayscale: #C9C9C9. Windows color (decimal): -1062557 or 6539759. OLE color: 6539759.

HSL color Cylindrical-coordinate representation of color #EFC963: hue angle of 43.71º 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 #EFC963 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 99 -
CMYK 0 0.16 0.59 0.06
HSL 43.71º 0.81% 0.66% -
HSV(B) 43.71º 0.59% 0.94% -
XYZ 58.74 61.02 20.49 -
YUV 200.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 239 201 99 0 0.16 0.59 0.06 43.71 0.81 0.66
Hex EF C9 63 0 10 3B 6 2C 51 42
Octal 357 311 143 0 20 73 6 54 121 102
Binary 11101111 11001001 1100011 0 10000 111011 110 101100 1010001 1000010

Color Harmonies of #EFC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC963

Black with #EFC963

Text Example


Text Example

White with #EFC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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