Html Css Color HEX #EFC961 Golden Sand

📋 copy color: '#EFC961'

red 239 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #EFC961

Tints of Golden Sand #EFC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.06%

R = 44.51%
G = 37.43%
B = 18.06%

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

#EFC961 (or 0xEFC961) is known color: Golden Sand. HEX triplet: EF, C9 and 61. RGB value is (239,201,97). Sum of RGB (Red+Green+Blue) = 239+201+97=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC961 is #10369E. Grayscale: #C8C8C8. Windows color (decimal): -1062559 or 6408687. OLE color: 6408687.

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

Color convert

RGB 239 201 97 -
CMYK 0 0.16 0.59 0.06
HSL 43.94º 0.82% 0.66% -
HSV(B) 43.94º 0.59% 0.94% -
XYZ 58.64 60.99 19.99 -
YUV 200.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 239 201 97 0 0.16 0.59 0.06 43.94 0.82 0.66
Hex EF C9 61 0 10 3B 6 2C 52 42
Octal 357 311 141 0 20 73 6 54 122 102
Binary 11101111 11001001 1100001 0 10000 111011 110 101100 1010010 1000010

Color Harmonies of #EFC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC961

Black with #EFC961

Text Example


Text Example

White with #EFC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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