Html Css Color HEX #EFCC64 Golden Sand

📋 copy color: '#EFCC64'

red 239 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #EFCC64

Tints of Golden Sand #EFCC64

RGB

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

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

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

R = 44.01%
G = 37.57%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCC64 (or 0xEFCC64) is known color: Golden Sand. HEX triplet: EF, CC and 64. RGB value is (239,204,100). Sum of RGB (Red+Green+Blue) = 239+204+100=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC64 is #10339B. Grayscale: #CBCBCB. Windows color (decimal): -1061788 or 6606063. OLE color: 6606063.

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

Color convert

RGB 239 204 100 -
CMYK 0 0.15 0.58 0.06
HSL 44.89º 0.81% 0.66% -
HSV(B) 44.89º 0.58% 0.94% -
XYZ 59.49 62.46 20.98 -
YUV 202.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 239 204 100 0 0.15 0.58 0.06 44.89 0.81 0.66
Hex EF CC 64 0 F 3A 6 2D 51 42
Octal 357 314 144 0 17 72 6 55 121 102
Binary 11101111 11001100 1100100 0 1111 111010 110 101101 1010001 1000010

Color Harmonies of #EFCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC64

Black with #EFCC64

Text Example


Text Example

White with #EFCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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