Html Css Color HEX #EFC866 Golden Sand

📋 copy color: '#EFC866'

red 239 ◦ green 200 ◦ blue 102

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

Shades of Golden Sand #EFC866

Tints of Golden Sand #EFC866

RGB

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

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

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

R = 44.18%
G = 36.97%
B = 18.85%

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

#EFC866 (or 0xEFC866) is known color: Golden Sand. HEX triplet: EF, C8 and 66. RGB value is (239,200,102). Sum of RGB (Red+Green+Blue) = 239+200+102=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC866 is #103799. Grayscale: #C8C8C8. Windows color (decimal): -1062810 or 6736111. OLE color: 6736111.

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

Color convert

RGB 239 200 102 -
CMYK 0 0.16 0.57 0.06
HSL 42.92º 0.81% 0.67% -
HSV(B) 42.92º 0.57% 0.94% -
XYZ 58.65 60.62 21.18 -
YUV 200.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 239 200 102 0 0.16 0.57 0.06 42.92 0.81 0.67
Hex EF C8 66 0 10 39 6 2B 51 43
Octal 357 310 146 0 20 71 6 53 121 103
Binary 11101111 11001000 1100110 0 10000 111001 110 101011 1010001 1000011

Color Harmonies of #EFC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC866

Black with #EFC866

Text Example


Text Example

White with #EFC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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