Html Css Color HEX #EFC661 Golden Sand

📋 copy color: '#EFC661'

red 239 ◦ green 198 ◦ blue 97

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

Shades of Golden Sand #EFC661

Tints of Golden Sand #EFC661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 44.76%
G = 37.08%
B = 18.16%

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

#EFC661 (or 0xEFC661) is known color: Golden Sand. HEX triplet: EF, C6 and 61. RGB value is (239,198,97). Sum of RGB (Red+Green+Blue) = 239+198+97=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC661 is #10399E. Grayscale: #C7C7C7. Windows color (decimal): -1063327 or 6407919. OLE color: 6407919.

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

Color convert

RGB 239 198 97 -
CMYK 0 0.17 0.59 0.06
HSL 42.68º 0.82% 0.66% -
HSV(B) 42.68º 0.59% 0.94% -
XYZ 57.95 59.6 19.76 -
YUV 198.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 239 198 97 0 0.17 0.59 0.06 42.68 0.82 0.66
Hex EF C6 61 0 11 3B 6 2B 52 42
Octal 357 306 141 0 21 73 6 53 122 102
Binary 11101111 11000110 1100001 0 10001 111011 110 101011 1010010 1000010

Color Harmonies of #EFC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC661

Black with #EFC661

Text Example


Text Example

White with #EFC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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