Html Css Color HEX #EFC366 Harvest Gold

📋 copy color: '#EFC366'

red 239 ◦ green 195 ◦ blue 102

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

Shades of Harvest Gold #EFC366

Tints of Harvest Gold #EFC366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.38%

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

R = 44.59%
G = 36.38%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC366 (or 0xEFC366) is known color: Harvest Gold. HEX triplet: EF, C3 and 66. RGB value is (239,195,102). Sum of RGB (Red+Green+Blue) = 239+195+102=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC366 is #103C99. Grayscale: #C5C5C5. Windows color (decimal): -1064090 or 6734831. OLE color: 6734831.

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

Color convert

RGB 239 195 102 -
CMYK 0 0.18 0.57 0.06
HSL 40.73º 0.81% 0.67% -
HSV(B) 40.73º 0.57% 0.94% -
XYZ 57.51 58.34 20.8 -
YUV 197.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 239 195 102 0 0.18 0.57 0.06 40.73 0.81 0.67
Hex EF C3 66 0 12 39 6 29 51 43
Octal 357 303 146 0 22 71 6 51 121 103
Binary 11101111 11000011 1100110 0 10010 111001 110 101001 1010001 1000011

Color Harmonies of #EFC366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC366

Black with #EFC366

Text Example


Text Example

White with #EFC366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC366; }

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

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

background-color css

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

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

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

border-color css

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

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

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