Html Css Color HEX #EFC369 Harvest Gold

📋 copy color: '#EFC369'

red 239 ◦ green 195 ◦ blue 105

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

Shades of Harvest Gold #EFC369

Tints of Harvest Gold #EFC369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 44.34%
G = 36.18%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC369 (or 0xEFC369) is known color: Harvest Gold. HEX triplet: EF, C3 and 69. RGB value is (239,195,105). Sum of RGB (Red+Green+Blue) = 239+195+105=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC369 is #103C96. Grayscale: #C6C6C6. Windows color (decimal): -1064087 or 6931439. OLE color: 6931439.

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

Color convert

RGB 239 195 105 -
CMYK 0 0.18 0.56 0.06
HSL 40.3º 0.81% 0.67% -
HSV(B) 40.3º 0.56% 0.94% -
XYZ 57.66 58.4 21.6 -
YUV 197.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 239 195 105 0 0.18 0.56 0.06 40.3 0.81 0.67
Hex EF C3 69 0 12 38 6 28 51 43
Octal 357 303 151 0 22 70 6 50 121 103
Binary 11101111 11000011 1101001 0 10010 111000 110 101000 1010001 1000011

Color Harmonies of #EFC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC369

Black with #EFC369

Text Example


Text Example

White with #EFC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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