Html Css Color HEX #EFC06F Harvest Gold

📋 copy color: '#EFC06F'

red 239 ◦ green 192 ◦ blue 111

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

Shades of Harvest Gold #EFC06F

Tints of Harvest Gold #EFC06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.48%

R = 44.1%
G = 35.42%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC06F (or 0xEFC06F) is known color: Harvest Gold. HEX triplet: EF, C0 and 6F. RGB value is (239,192,111). Sum of RGB (Red+Green+Blue) = 239+192+111=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC06F is #103F90. Grayscale: #C5C5C5. Windows color (decimal): -1064849 or 7323887. OLE color: 7323887.

HSL color Cylindrical-coordinate representation of color #EFC06F: hue angle of 37.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC06F is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 111 -
CMYK 0 0.20 0.54 0.06
HSL 37.97º 0.8% 0.69% -
HSV(B) 37.97º 0.54% 0.94% -
XYZ 57.32 57.2 23.06 -
YUV 196.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 239 192 111 0 0.20 0.54 0.06 37.97 0.8 0.69
Hex EF C0 6F 0 14 36 6 26 50 45
Octal 357 300 157 0 24 66 6 46 120 105
Binary 11101111 11000000 1101111 0 10100 110110 110 100110 1010000 1000101

Color Harmonies of #EFC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC06F

Black with #EFC06F

Text Example


Text Example

White with #EFC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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