Html Css Color HEX #EFC268 Harvest Gold

📋 copy color: '#EFC268'

red 239 ◦ green 194 ◦ blue 104

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

Shades of Harvest Gold #EFC268

Tints of Harvest Gold #EFC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 44.51%
G = 36.13%
B = 19.37%

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

#EFC268 (or 0xEFC268) is known color: Harvest Gold. HEX triplet: EF, C2 and 68. RGB value is (239,194,104). Sum of RGB (Red+Green+Blue) = 239+194+104=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC268 is #103D97. Grayscale: #C5C5C5. Windows color (decimal): -1064344 or 6865647. OLE color: 6865647.

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

Color convert

RGB 239 194 104 -
CMYK 0 0.19 0.56 0.06
HSL 40º 0.81% 0.67% -
HSV(B) 40º 0.56% 0.94% -
XYZ 57.39 57.93 21.25 -
YUV 197.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 239 194 104 0 0.19 0.56 0.06 40 0.81 0.67
Hex EF C2 68 0 13 38 6 28 51 43
Octal 357 302 150 0 23 70 6 50 121 103
Binary 11101111 11000010 1101000 0 10011 111000 110 101000 1010001 1000011

Color Harmonies of #EFC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC268

Black with #EFC268

Text Example


Text Example

White with #EFC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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