Html Css Color HEX #EFC464 Golden Sand

📋 copy color: '#EFC464'

red 239 ◦ green 196 ◦ blue 100

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

Shades of Golden Sand #EFC464

Tints of Golden Sand #EFC464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 44.67%
G = 36.64%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC464 (or 0xEFC464) is known color: Golden Sand. HEX triplet: EF, C4 and 64. RGB value is (239,196,100). Sum of RGB (Red+Green+Blue) = 239+196+100=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC464 is #103B9B. Grayscale: #C6C6C6. Windows color (decimal): -1063836 or 6604015. OLE color: 6604015.

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

Color convert

RGB 239 196 100 -
CMYK 0 0.18 0.58 0.06
HSL 41.44º 0.81% 0.66% -
HSV(B) 41.44º 0.58% 0.94% -
XYZ 57.64 58.75 20.36 -
YUV 197.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 239 196 100 0 0.18 0.58 0.06 41.44 0.81 0.66
Hex EF C4 64 0 12 3A 6 29 51 42
Octal 357 304 144 0 22 72 6 51 121 102
Binary 11101111 11000100 1100100 0 10010 111010 110 101001 1010001 1000010

Color Harmonies of #EFC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC464

Black with #EFC464

Text Example


Text Example

White with #EFC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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