Html Css Color HEX #EFC466 Golden Sand

📋 copy color: '#EFC466'

red 239 ◦ green 196 ◦ blue 102

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

Shades of Golden Sand #EFC466

Tints of Golden Sand #EFC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

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

R = 44.51%
G = 36.5%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC466 (or 0xEFC466) is known color: Golden Sand. HEX triplet: EF, C4 and 66. RGB value is (239,196,102). Sum of RGB (Red+Green+Blue) = 239+196+102=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC466 is #103B99. Grayscale: #C6C6C6. Windows color (decimal): -1063834 or 6735087. OLE color: 6735087.

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

Color convert

RGB 239 196 102 -
CMYK 0 0.18 0.57 0.06
HSL 41.17º 0.81% 0.67% -
HSV(B) 41.17º 0.57% 0.94% -
XYZ 57.73 58.79 20.88 -
YUV 198.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 239 196 102 0 0.18 0.57 0.06 41.17 0.81 0.67
Hex EF C4 66 0 12 39 6 29 51 43
Octal 357 304 146 0 22 71 6 51 121 103
Binary 11101111 11000100 1100110 0 10010 111001 110 101001 1010001 1000011

Color Harmonies of #EFC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC466

Black with #EFC466

Text Example


Text Example

White with #EFC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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