Html Css Color HEX #EFC766 Golden Sand

📋 copy color: '#EFC766'

red 239 ◦ green 199 ◦ blue 102

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

Shades of Golden Sand #EFC766

Tints of Golden Sand #EFC766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.85%

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

R = 44.26%
G = 36.85%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC766 (or 0xEFC766) is known color: Golden Sand. HEX triplet: EF, C7 and 66. RGB value is (239,199,102). Sum of RGB (Red+Green+Blue) = 239+199+102=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC766 is #103899. Grayscale: #C8C8C8. Windows color (decimal): -1063066 or 6735855. OLE color: 6735855.

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

Color convert

RGB 239 199 102 -
CMYK 0 0.17 0.57 0.06
HSL 42.48º 0.81% 0.67% -
HSV(B) 42.48º 0.57% 0.94% -
XYZ 58.42 60.16 21.1 -
YUV 199.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 239 199 102 0 0.17 0.57 0.06 42.48 0.81 0.67
Hex EF C7 66 0 11 39 6 2A 51 43
Octal 357 307 146 0 21 71 6 52 121 103
Binary 11101111 11000111 1100110 0 10001 111001 110 101010 1010001 1000011

Color Harmonies of #EFC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC766

Black with #EFC766

Text Example


Text Example

White with #EFC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC766; }

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

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

background-color css

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

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

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

border-color css

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

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

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