Html Css Color HEX #EFC26A Harvest Gold

📋 copy color: '#EFC26A'

red 239 ◦ green 194 ◦ blue 106

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

Shades of Harvest Gold #EFC26A

Tints of Harvest Gold #EFC26A

RGB

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

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

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

R = 44.34%
G = 35.99%
B = 19.67%

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

#EFC26A (or 0xEFC26A) is known color: Harvest Gold. HEX triplet: EF, C2 and 6A. RGB value is (239,194,106). Sum of RGB (Red+Green+Blue) = 239+194+106=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC26A is #103D95. Grayscale: #C5C5C5. Windows color (decimal): -1064342 or 6996719. OLE color: 6996719.

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

Color convert

RGB 239 194 106 -
CMYK 0 0.19 0.56 0.06
HSL 39.7º 0.81% 0.68% -
HSV(B) 39.7º 0.56% 0.94% -
XYZ 57.49 57.97 21.8 -
YUV 197.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 239 194 106 0 0.19 0.56 0.06 39.7 0.81 0.68
Hex EF C2 6A 0 13 38 6 28 51 44
Octal 357 302 152 0 23 70 6 50 121 104
Binary 11101111 11000010 1101010 0 10011 111000 110 101000 1010001 1000100

Color Harmonies of #EFC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC26A

Black with #EFC26A

Text Example


Text Example

White with #EFC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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