Html Css Color HEX #EFC966 Golden Sand

📋 copy color: '#EFC966'

red 239 ◦ green 201 ◦ blue 102

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

Shades of Golden Sand #EFC966

Tints of Golden Sand #EFC966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 44.1%
G = 37.08%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC966 (or 0xEFC966) is known color: Golden Sand. HEX triplet: EF, C9 and 66. RGB value is (239,201,102). Sum of RGB (Red+Green+Blue) = 239+201+102=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC966 is #103699. Grayscale: #C9C9C9. Windows color (decimal): -1062554 or 6736367. OLE color: 6736367.

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

Color convert

RGB 239 201 102 -
CMYK 0 0.16 0.57 0.06
HSL 43.36º 0.81% 0.67% -
HSV(B) 43.36º 0.57% 0.94% -
XYZ 58.88 61.08 21.26 -
YUV 201.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 239 201 102 0 0.16 0.57 0.06 43.36 0.81 0.67
Hex EF C9 66 0 10 39 6 2B 51 43
Octal 357 311 146 0 20 71 6 53 121 103
Binary 11101111 11001001 1100110 0 10000 111001 110 101011 1010001 1000011

Color Harmonies of #EFC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC966

Black with #EFC966

Text Example


Text Example

White with #EFC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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