Html Css Color HEX #EFC562 Golden Sand

📋 copy color: '#EFC562'

red 239 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #EFC562

Tints of Golden Sand #EFC562

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 98 (38.67% from 255) = 18.35%

R = 44.76%
G = 36.89%
B = 18.35%

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

#EFC562 (or 0xEFC562) is known color: Golden Sand. HEX triplet: EF, C5 and 62. RGB value is (239,197,98). Sum of RGB (Red+Green+Blue) = 239+197+98=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC562 is #103A9D. Grayscale: #C6C6C6. Windows color (decimal): -1063582 or 6473199. OLE color: 6473199.

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

Color convert

RGB 239 197 98 -
CMYK 0 0.18 0.59 0.06
HSL 42.13º 0.82% 0.66% -
HSV(B) 42.13º 0.59% 0.94% -
XYZ 57.77 59.17 19.93 -
YUV 198.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 239 197 98 0 0.18 0.59 0.06 42.13 0.82 0.66
Hex EF C5 62 0 12 3B 6 2A 52 42
Octal 357 305 142 0 22 73 6 52 122 102
Binary 11101111 11000101 1100010 0 10010 111011 110 101010 1010010 1000010

Color Harmonies of #EFC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC562

Black with #EFC562

Text Example


Text Example

White with #EFC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC562; }

 p { color: rgb(239,197,98); }

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

background-color css

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

 a { background-color: rgb(239,197,98); }

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

border-color css

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

 span { border-color: rgb(239,197,98); }

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