Html Css Color HEX #EFC662 Golden Sand

📋 copy color: '#EFC662'

red 239 ◦ green 198 ◦ blue 98

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

Shades of Golden Sand #EFC662

Tints of Golden Sand #EFC662

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

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

R = 44.67%
G = 37.01%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC662 (or 0xEFC662) is known color: Golden Sand. HEX triplet: EF, C6 and 62. RGB value is (239,198,98). Sum of RGB (Red+Green+Blue) = 239+198+98=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC662 is #10399D. Grayscale: #C7C7C7. Windows color (decimal): -1063326 or 6473455. OLE color: 6473455.

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

Color convert

RGB 239 198 98 -
CMYK 0 0.17 0.59 0.06
HSL 42.55º 0.82% 0.66% -
HSV(B) 42.55º 0.59% 0.94% -
XYZ 58 59.62 20.01 -
YUV 198.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 239 198 98 0 0.17 0.59 0.06 42.55 0.82 0.66
Hex EF C6 62 0 11 3B 6 2B 52 42
Octal 357 306 142 0 21 73 6 53 122 102
Binary 11101111 11000110 1100010 0 10001 111011 110 101011 1010010 1000010

Color Harmonies of #EFC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC662

Black with #EFC662

Text Example


Text Example

White with #EFC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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