Html Css Color HEX #EFC269 Harvest Gold

📋 copy color: '#EFC269'

red 239 ◦ green 194 ◦ blue 105

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

Shades of Harvest Gold #EFC269

Tints of Harvest Gold #EFC269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

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

R = 44.42%
G = 36.06%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC269 (or 0xEFC269) is known color: Harvest Gold. HEX triplet: EF, C2 and 69. RGB value is (239,194,105). Sum of RGB (Red+Green+Blue) = 239+194+105=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC269 is #103D96. Grayscale: #C5C5C5. Windows color (decimal): -1064343 or 6931183. OLE color: 6931183.

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

Color convert

RGB 239 194 105 -
CMYK 0 0.19 0.56 0.06
HSL 39.85º 0.81% 0.67% -
HSV(B) 39.85º 0.56% 0.94% -
XYZ 57.44 57.95 21.52 -
YUV 197.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 239 194 105 0 0.19 0.56 0.06 39.85 0.81 0.67
Hex EF C2 69 0 13 38 6 28 51 43
Octal 357 302 151 0 23 70 6 50 121 103
Binary 11101111 11000010 1101001 0 10011 111000 110 101000 1010001 1000011

Color Harmonies of #EFC269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC269

Black with #EFC269

Text Example


Text Example

White with #EFC269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC269; }

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

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

background-color css

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

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

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

border-color css

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

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

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