Html Css Color HEX #EFC862 Golden Sand

📋 copy color: '#EFC862'

red 239 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #EFC862

Tints of Golden Sand #EFC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

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

R = 44.51%
G = 37.24%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC862 (or 0xEFC862) is known color: Golden Sand. HEX triplet: EF, C8 and 62. RGB value is (239,200,98). Sum of RGB (Red+Green+Blue) = 239+200+98=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC862 is #10379D. Grayscale: #C8C8C8. Windows color (decimal): -1062814 or 6473967. OLE color: 6473967.

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

Color convert

RGB 239 200 98 -
CMYK 0 0.16 0.59 0.06
HSL 43.4º 0.82% 0.66% -
HSV(B) 43.4º 0.59% 0.94% -
XYZ 58.46 60.54 20.16 -
YUV 200.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 239 200 98 0 0.16 0.59 0.06 43.4 0.82 0.66
Hex EF C8 62 0 10 3B 6 2B 52 42
Octal 357 310 142 0 20 73 6 53 122 102
Binary 11101111 11001000 1100010 0 10000 111011 110 101011 1010010 1000010

Color Harmonies of #EFC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC862

Black with #EFC862

Text Example


Text Example

White with #EFC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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