Html Css Color HEX #EFCF60 Golden Sand

📋 copy color: '#EFCF60'

red 239 ◦ green 207 ◦ blue 96

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

Shades of Golden Sand #EFCF60

Tints of Golden Sand #EFCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

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

R = 44.1%
G = 38.19%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFCF60 (or 0xEFCF60) is known color: Golden Sand. HEX triplet: EF, CF and 60. RGB value is (239,207,96). Sum of RGB (Red+Green+Blue) = 239+207+96=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF60 is #10309F. Grayscale: #CCCCCC. Windows color (decimal): -1061024 or 6344687. OLE color: 6344687.

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

Color convert

RGB 239 207 96 -
CMYK 0 0.13 0.60 0.06
HSL 46.57º 0.82% 0.66% -
HSV(B) 46.57º 0.6% 0.94% -
XYZ 60.02 63.82 20.22 -
YUV 203.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 239 207 96 0 0.13 0.60 0.06 46.57 0.82 0.66
Hex EF CF 60 0 D 3C 6 2F 52 42
Octal 357 317 140 0 15 74 6 57 122 102
Binary 11101111 11001111 1100000 0 1101 111100 110 101111 1010010 1000010

Color Harmonies of #EFCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF60

Black with #EFCF60

Text Example


Text Example

White with #EFCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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