Html Css Color HEX #EFC463 Golden Sand

📋 copy color: '#EFC463'

red 239 ◦ green 196 ◦ blue 99

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

Shades of Golden Sand #EFC463

Tints of Golden Sand #EFC463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.54%

R = 44.76%
G = 36.7%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC463 (or 0xEFC463) is known color: Golden Sand. HEX triplet: EF, C4 and 63. RGB value is (239,196,99). Sum of RGB (Red+Green+Blue) = 239+196+99=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC463 is #103B9C. Grayscale: #C6C6C6. Windows color (decimal): -1063837 or 6538479. OLE color: 6538479.

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

Color convert

RGB 239 196 99 -
CMYK 0 0.18 0.59 0.06
HSL 41.57º 0.81% 0.66% -
HSV(B) 41.57º 0.59% 0.94% -
XYZ 57.59 58.73 20.11 -
YUV 197.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 239 196 99 0 0.18 0.59 0.06 41.57 0.81 0.66
Hex EF C4 63 0 12 3B 6 2A 51 42
Octal 357 304 143 0 22 73 6 52 121 102
Binary 11101111 11000100 1100011 0 10010 111011 110 101010 1010001 1000010

Color Harmonies of #EFC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC463

Black with #EFC463

Text Example


Text Example

White with #EFC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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