Html Css Color HEX #EFCA66 Golden Sand

📋 copy color: '#EFCA66'

red 239 ◦ green 202 ◦ blue 102

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

Shades of Golden Sand #EFCA66

Tints of Golden Sand #EFCA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

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

R = 44.01%
G = 37.2%
B = 18.78%

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

#EFCA66 (or 0xEFCA66) is known color: Golden Sand. HEX triplet: EF, CA and 66. RGB value is (239,202,102). Sum of RGB (Red+Green+Blue) = 239+202+102=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA66 is #103599. Grayscale: #CACACA. Windows color (decimal): -1062298 or 6736623. OLE color: 6736623.

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

Color convert

RGB 239 202 102 -
CMYK 0 0.15 0.57 0.06
HSL 43.8º 0.81% 0.67% -
HSV(B) 43.8º 0.57% 0.94% -
XYZ 59.12 61.55 21.34 -
YUV 201.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 239 202 102 0 0.15 0.57 0.06 43.8 0.81 0.67
Hex EF CA 66 0 F 39 6 2C 51 43
Octal 357 312 146 0 17 71 6 54 121 103
Binary 11101111 11001010 1100110 0 1111 111001 110 101100 1010001 1000011

Color Harmonies of #EFCA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA66

Black with #EFCA66

Text Example


Text Example

White with #EFCA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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