Html Css Color HEX #EFCC60 Golden Sand

📋 copy color: '#EFCC60'

red 239 ◦ green 204 ◦ blue 96

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

Shades of Golden Sand #EFCC60

Tints of Golden Sand #EFCC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 96 (37.89% from 255) = 17.81%

R = 44.34%
G = 37.85%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFCC60 (or 0xEFCC60) is known color: Golden Sand. HEX triplet: EF, CC and 60. RGB value is (239,204,96). Sum of RGB (Red+Green+Blue) = 239+204+96=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC60 is #10339F. Grayscale: #CACACA. Windows color (decimal): -1061792 or 6343919. OLE color: 6343919.

HSL color Cylindrical-coordinate representation of color #EFCC60: hue angle of 45.31º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFCC60 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 96 -
CMYK 0 0.15 0.60 0.06
HSL 45.31º 0.82% 0.66% -
HSV(B) 45.31º 0.6% 0.94% -
XYZ 59.3 62.38 19.98 -
YUV 202.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 239 204 96 0 0.15 0.60 0.06 45.31 0.82 0.66
Hex EF CC 60 0 F 3C 6 2D 52 42
Octal 357 314 140 0 17 74 6 55 122 102
Binary 11101111 11001100 1100000 0 1111 111100 110 101101 1010010 1000010

Color Harmonies of #EFCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC60

Black with #EFCC60

Text Example


Text Example

White with #EFCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC60; }

 p { color: rgb(239,204,96); }

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

background-color css

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

 a { background-color: rgb(239,204,96); }

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

border-color css

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

 span { border-color: rgb(239,204,96); }

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