Html Css Color HEX #EFCD60 Golden Sand

📋 copy color: '#EFCD60'

red 239 ◦ green 205 ◦ blue 96

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

Shades of Golden Sand #EFCD60

Tints of Golden Sand #EFCD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

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

R = 44.26%
G = 37.96%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFCD60 (or 0xEFCD60) is known color: Golden Sand. HEX triplet: EF, CD and 60. RGB value is (239,205,96). Sum of RGB (Red+Green+Blue) = 239+205+96=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD60 is #10329F. Grayscale: #CBCBCB. Windows color (decimal): -1061536 or 6344175. OLE color: 6344175.

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

Color convert

RGB 239 205 96 -
CMYK 0 0.14 0.60 0.06
HSL 45.73º 0.82% 0.66% -
HSV(B) 45.73º 0.6% 0.94% -
XYZ 59.54 62.86 20.06 -
YUV 202.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 239 205 96 0 0.14 0.60 0.06 45.73 0.82 0.66
Hex EF CD 60 0 E 3C 6 2E 52 42
Octal 357 315 140 0 16 74 6 56 122 102
Binary 11101111 11001101 1100000 0 1110 111100 110 101110 1010010 1000010

Color Harmonies of #EFCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD60

Black with #EFCD60

Text Example


Text Example

White with #EFCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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