Html Css Color HEX #EFCD64 Golden Sand

📋 copy color: '#EFCD64'

red 239 ◦ green 205 ◦ blue 100

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

Shades of Golden Sand #EFCD64

Tints of Golden Sand #EFCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 43.93%
G = 37.68%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCD64 (or 0xEFCD64) is known color: Golden Sand. HEX triplet: EF, CD and 64. RGB value is (239,205,100). Sum of RGB (Red+Green+Blue) = 239+205+100=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD64 is #10329B. Grayscale: #CBCBCB. Windows color (decimal): -1061532 or 6606319. OLE color: 6606319.

HSL color Cylindrical-coordinate representation of color #EFCD64: hue angle of 45.32º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFCD64 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 100 -
CMYK 0 0.14 0.58 0.06
HSL 45.32º 0.81% 0.66% -
HSV(B) 45.32º 0.58% 0.94% -
XYZ 59.73 62.93 21.06 -
YUV 203.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 239 205 100 0 0.14 0.58 0.06 45.32 0.81 0.66
Hex EF CD 64 0 E 3A 6 2D 51 42
Octal 357 315 144 0 16 72 6 55 121 102
Binary 11101111 11001101 1100100 0 1110 111010 110 101101 1010001 1000010

Color Harmonies of #EFCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD64

Black with #EFCD64

Text Example


Text Example

White with #EFCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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