Html Css Color HEX #EFC16B Harvest Gold

📋 copy color: '#EFC16B'

red 239 ◦ green 193 ◦ blue 107

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

Shades of Harvest Gold #EFC16B

Tints of Harvest Gold #EFC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 44.34%
G = 35.81%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC16B (or 0xEFC16B) is known color: Harvest Gold. HEX triplet: EF, C1 and 6B. RGB value is (239,193,107). Sum of RGB (Red+Green+Blue) = 239+193+107=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC16B is #103E94. Grayscale: #C5C5C5. Windows color (decimal): -1064597 or 7061999. OLE color: 7061999.

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

Color convert

RGB 239 193 107 -
CMYK 0 0.19 0.55 0.06
HSL 39.09º 0.8% 0.68% -
HSV(B) 39.09º 0.55% 0.94% -
XYZ 57.32 57.55 22 -
YUV 196.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 239 193 107 0 0.19 0.55 0.06 39.09 0.8 0.68
Hex EF C1 6B 0 13 37 6 27 50 44
Octal 357 301 153 0 23 67 6 47 120 104
Binary 11101111 11000001 1101011 0 10011 110111 110 100111 1010000 1000100

Color Harmonies of #EFC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC16B

Black with #EFC16B

Text Example


Text Example

White with #EFC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC16B; }

 p { color: rgb(239,193,107); }

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

background-color css

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

 a { background-color: rgb(239,193,107); }

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

border-color css

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

 span { border-color: rgb(239,193,107); }

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