Html Css Color HEX #EFC06A Harvest Gold

📋 copy color: '#EFC06A'

red 239 ◦ green 192 ◦ blue 106

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

Shades of Harvest Gold #EFC06A

Tints of Harvest Gold #EFC06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.74%

R = 44.51%
G = 35.75%
B = 19.74%

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

#EFC06A (or 0xEFC06A) is known color: Harvest Gold. HEX triplet: EF, C0 and 6A. RGB value is (239,192,106). Sum of RGB (Red+Green+Blue) = 239+192+106=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC06A is #103F95. Grayscale: #C4C4C4. Windows color (decimal): -1064854 or 6996207. OLE color: 6996207.

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

Color convert

RGB 239 192 106 -
CMYK 0 0.20 0.56 0.06
HSL 38.8º 0.81% 0.68% -
HSV(B) 38.8º 0.56% 0.94% -
XYZ 57.05 57.09 21.65 -
YUV 196.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 239 192 106 0 0.20 0.56 0.06 38.8 0.81 0.68
Hex EF C0 6A 0 14 38 6 27 51 44
Octal 357 300 152 0 24 70 6 47 121 104
Binary 11101111 11000000 1101010 0 10100 111000 110 100111 1010001 1000100

Color Harmonies of #EFC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC06A

Black with #EFC06A

Text Example


Text Example

White with #EFC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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