Html Css Color HEX #EFCC66 Golden Sand

📋 copy color: '#EFCC66'

red 239 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #EFCC66

Tints of Golden Sand #EFCC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.72%

R = 43.85%
G = 37.43%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFCC66 (or 0xEFCC66) is known color: Golden Sand. HEX triplet: EF, CC and 66. RGB value is (239,204,102). Sum of RGB (Red+Green+Blue) = 239+204+102=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC66 is #103399. Grayscale: #CBCBCB. Windows color (decimal): -1061786 or 6737135. OLE color: 6737135.

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

Color convert

RGB 239 204 102 -
CMYK 0 0.15 0.57 0.06
HSL 44.67º 0.81% 0.67% -
HSV(B) 44.67º 0.57% 0.94% -
XYZ 59.59 62.5 21.49 -
YUV 202.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 239 204 102 0 0.15 0.57 0.06 44.67 0.81 0.67
Hex EF CC 66 0 F 39 6 2D 51 43
Octal 357 314 146 0 17 71 6 55 121 103
Binary 11101111 11001100 1100110 0 1111 111001 110 101101 1010001 1000011

Color Harmonies of #EFCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC66

Black with #EFCC66

Text Example


Text Example

White with #EFCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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