Html Css Color HEX #EFC965 Golden Sand

📋 copy color: '#EFC965'

red 239 ◦ green 201 ◦ blue 101

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

Shades of Golden Sand #EFC965

Tints of Golden Sand #EFC965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.67%

R = 44.18%
G = 37.15%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC965 (or 0xEFC965) is known color: Golden Sand. HEX triplet: EF, C9 and 65. RGB value is (239,201,101). Sum of RGB (Red+Green+Blue) = 239+201+101=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC965 is #10369A. Grayscale: #C9C9C9. Windows color (decimal): -1062555 or 6670831. OLE color: 6670831.

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

Color convert

RGB 239 201 101 -
CMYK 0 0.16 0.58 0.06
HSL 43.48º 0.81% 0.67% -
HSV(B) 43.48º 0.58% 0.94% -
XYZ 58.83 61.06 21 -
YUV 200.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 239 201 101 0 0.16 0.58 0.06 43.48 0.81 0.67
Hex EF C9 65 0 10 3A 6 2B 51 43
Octal 357 311 145 0 20 72 6 53 121 103
Binary 11101111 11001001 1100101 0 10000 111010 110 101011 1010001 1000011

Color Harmonies of #EFC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC965

Black with #EFC965

Text Example


Text Example

White with #EFC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC965; }

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

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

background-color css

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

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

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

border-color css

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

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

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