Html Css Color HEX #EFC068 Harvest Gold

📋 copy color: '#EFC068'

red 239 ◦ green 192 ◦ blue 104

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

Shades of Harvest Gold #EFC068

Tints of Harvest Gold #EFC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.89%

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

R = 44.67%
G = 35.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC068 (or 0xEFC068) is known color: Harvest Gold. HEX triplet: EF, C0 and 68. RGB value is (239,192,104). Sum of RGB (Red+Green+Blue) = 239+192+104=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC068 is #103F97. Grayscale: #C4C4C4. Windows color (decimal): -1064856 or 6865135. OLE color: 6865135.

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

Color convert

RGB 239 192 104 -
CMYK 0 0.20 0.56 0.06
HSL 39.11º 0.81% 0.67% -
HSV(B) 39.11º 0.56% 0.94% -
XYZ 56.94 57.05 21.11 -
YUV 196.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 239 192 104 0 0.20 0.56 0.06 39.11 0.81 0.67
Hex EF C0 68 0 14 38 6 27 51 43
Octal 357 300 150 0 24 70 6 47 121 103
Binary 11101111 11000000 1101000 0 10100 111000 110 100111 1010001 1000011

Color Harmonies of #EFC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC068

Black with #EFC068

Text Example


Text Example

White with #EFC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC068; }

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

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

background-color css

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

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

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

border-color css

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

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

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